#584BAB

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

Shades of Rich Blue #584BAB

Tints of Rich Blue #584BAB

Color information

#584BAB (or 0x584BAB) is unknown color: approx Rich Blue. HEX triplet: 58, 4B and AB. RGB value is (88,75,171). Sum of RGB (Red+Green+Blue) = 88+75+171=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #584BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584BAB is #A7B454. Grayscale: #595959. Windows color (decimal): -10990677 or 11225944. OLE color: 11225944.

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

Color convert

RGB8875171-
CMYK0.490.5600.33
HSL248.12º39.02%48.24%-
HSV(B)248.12º56.14%67.06%-
XYZ13.8910.0539.74-
YUV89.83173.81126.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.35%
GREEN value IS 75 (29.69% from 255) = 22.46%
BLUE value IS 171 (67.19% from 255) = 51.20%
R=26.35%
G=22.46%
B=51.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88751710.490.5600.33248.1239.0248.24
Hex584BAB3138021f82730
Octal13011325361700413704760
Binary1011000100101110101011110001111000010000111111000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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