#584DA8

Color #584DA8 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #584DA8

Tints of Rich Blue #584DA8

Color information

#584DA8 (or 0x584DA8) is unknown color: approx Rich Blue. HEX triplet: 58, 4D and A8. RGB value is (88,77,168). Sum of RGB (Red+Green+Blue) = 88+77+168=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 168 (66.02% from 255 or 50.45% from 333); Max value from RGB is 168 - color contains mainly: blue. Hex color #584DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584DA8 is #A7B257. Grayscale: #5A5A5A. Windows color (decimal): -10990168 or 11029848. OLE color: 11029848.

HSL color Cylindrical-coordinate representation of color #584DA8: hue angle of 247.25º 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 #584DA8 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8877168-
CMYK0.480.5400.34
HSL247.25º37.14%48.04%-
HSV(B)247.25º54.17%65.88%-
XYZ13.7510.2138.29-
YUV90.66171.64126.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.43%
GREEN value IS 77 (30.47% from 255) = 23.12%
BLUE value IS 168 (66.02% from 255) = 50.45%
R=26.43%
G=23.12%
B=50.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal88771680.480.5400.34247.2537.1448.04
Hex584DA83036022f72530
Octal13011525060660423674560
Binary1011000100110110101000110000110110010001011110111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #584DA8;
 }
 .AnyTagClassName
 {
   color: #584DA8;
 }
</style>
background-color css

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

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

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

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

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

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