#584BA4

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

Shades of Rich Blue #584BA4

Tints of Rich Blue #584BA4

Color information

#584BA4 (or 0x584BA4) is unknown color: approx Rich Blue. HEX triplet: 58, 4B and A4. RGB value is (88,75,164). Sum of RGB (Red+Green+Blue) = 88+75+164=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 164 (64.45% from 255 or 50.15% from 327); Max value from RGB is 164 - color contains mainly: blue. Hex color #584BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584BA4 is #A7B45B. Grayscale: #585858. Windows color (decimal): -10990684 or 10767192. OLE color: 10767192.

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

Color convert

RGB8875164-
CMYK0.460.5400.36
HSL248.76º37.24%46.86%-
HSV(B)248.76º54.27%64.31%-
XYZ13.249.7936.31-
YUV89.03170.31127.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.91%
GREEN value IS 75 (29.69% from 255) = 22.94%
BLUE value IS 164 (64.45% from 255) = 50.15%
R=26.91%
G=22.94%
B=50.15%

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
Decimal88751640.460.5400.36248.7637.2446.86
Hex584BA42E36024f9252f
Octal13011324456660443714557
Binary1011000100101110100100101110110110010010011111001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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