#584BA2

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

Shades of Rich Blue #584BA2

Tints of Rich Blue #584BA2

Color information

#584BA2 (or 0x584BA2) is unknown color: approx Rich Blue. HEX triplet: 58, 4B and A2. RGB value is (88,75,162). Sum of RGB (Red+Green+Blue) = 88+75+162=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #584BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584BA2 is #A7B45D. Grayscale: #585858. Windows color (decimal): -10990686 or 10636120. OLE color: 10636120.

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

Color convert

RGB8875162-
CMYK0.460.5400.36
HSL248.97º36.71%46.47%-
HSV(B)248.97º53.7%63.53%-
XYZ13.069.7235.37-
YUV88.8169.31127.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.08%
GREEN value IS 75 (29.69% from 255) = 23.08%
BLUE value IS 162 (63.67% from 255) = 49.85%
R=27.08%
G=23.08%
B=49.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88751620.460.5400.36248.9736.7146.47
Hex584BA22E36024f9252e
Octal13011324256660443714556
Binary1011000100101110100010101110110110010010011111001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,75,162); }

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

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

 a { background-color: rgb(88,75,162); }

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

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

 span { border-color: rgb(88,75,162); }

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