Html Css Color HEX #584EAC Rich Blue

📋 copy color: '#584EAC'

red 88 ◦ green 78 ◦ blue 172

#584EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #584EAC

Tints of Rich Blue #584EAC

RGB

 RED value IS 88 (34.77% from 255) = 26.04%

 GREEN value IS 78 (30.86% from 255) = 23.08%

 BLUE value IS 172 (67.58% from 255) = 50.89%

R = 26.04%
G = 23.08%
B = 50.89%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#584EAC (or 0x584EAC) is known color: Rich Blue. HEX triplet: 58, 4E and AC. RGB value is (88,78,172). Sum of RGB (Red+Green+Blue) = 88+78+172=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #584EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584EAC is #A7B153. Grayscale: #5B5B5B. Windows color (decimal): -10989908 or 11292248. OLE color: 11292248.

HSL color Cylindrical-coordinate representation of color #584EAC: hue angle of 246.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #584EAC is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 78 172 -
CMYK 0.49 0.55 0 0.33
HSL 246.38º 0.38% 0.49% -
HSV(B) 246.38º 0.55% 0.67% -
XYZ 14.2 10.5 40.31 -
YUV 91.71 173.31 125.36 -
System Red Green Blue C M Y K H S L
Decimal 88 78 172 0.49 0.55 0 0.33 246.38 0.38 0.49
Hex 58 4E AC 31 37 0 21 F6 26 31
Octal 130 116 254 61 67 0 41 366 46 61
Binary 1011000 1001110 10101100 110001 110111 0 100001 11110110 100110 110001

Color Harmonies of #584EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584EAC

Black with #584EAC

Text Example


Text Example

White with #584EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584EAC; }

 p { color: rgb(88,78,172); }

 H1.HeaderClassName
 {
   color: #584EAC;
 }
 .AnyTagClassName
 {
   color: #584EAC;
 }
</style>

background-color css

<style>
 a { background-color: #584EAC; }

 a { background-color: rgb(88,78,172); }

 div.DivClassName
 {
   background-color: #584EAC;
 }
 .BgClassName
 {
   background-color: #584EAC;
 }
</style>

border-color css

<style>
 span { border-color: #584EAC; }

 span { border-color: rgb(88,78,172); }

 td.TdClassName
 {
   border-color: #584EAC;
 }
 .TagClassName
 {
   border-color: #584EAC;
 }
</style>