Html Css Color HEX #584DA9 Rich Blue

📋 copy color: '#584DA9'

red 88 ◦ green 77 ◦ blue 169

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

Shades of Rich Blue #584DA9

Tints of Rich Blue #584DA9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.05%

 BLUE value IS 169 (66.41% from 255) = 50.6%

R = 26.35%
G = 23.05%
B = 50.6%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#584DA9 (or 0x584DA9) is known color: Rich Blue. HEX triplet: 58, 4D and A9. RGB value is (88,77,169). Sum of RGB (Red+Green+Blue) = 88+77+169=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 169 (66.41% from 255 or 50.60% from 334); Max value from RGB is 169 - color contains mainly: blue. Hex color #584DA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584DA9 is #A7B256. Grayscale: #5A5A5A. Windows color (decimal): -10990167 or 11095384. OLE color: 11095384.

HSL color Cylindrical-coordinate representation of color #584DA9: hue angle of 247.17º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #584DA9 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 88 77 169 -
CMYK 0.48 0.54 0 0.34
HSL 247.17º 0.37% 0.48% -
HSV(B) 247.17º 0.54% 0.66% -
XYZ 13.84 10.25 38.78 -
YUV 90.78 172.14 126.02 -
System Red Green Blue C M Y K H S L
Decimal 88 77 169 0.48 0.54 0 0.34 247.17 0.37 0.48
Hex 58 4D A9 30 36 0 22 F7 25 30
Octal 130 115 251 60 66 0 42 367 45 60
Binary 1011000 1001101 10101001 110000 110110 0 100010 11110111 100101 110000

Color Harmonies of #584DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584DA9

Black with #584DA9

Text Example


Text Example

White with #584DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,77,169); }

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

background-color css

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

 a { background-color: rgb(88,77,169); }

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

border-color css

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

 span { border-color: rgb(88,77,169); }

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