#574BAB

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

Shades of Rich Blue #574BAB

Tints of Rich Blue #574BAB

Color information

#574BAB (or 0x574BAB) is unknown color: approx Rich Blue. HEX triplet: 57, 4B and AB. RGB value is (87,75,171). Sum of RGB (Red+Green+Blue) = 87+75+171=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #574BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574BAB is #A8B454. Grayscale: #595959. Windows color (decimal): -11056213 or 11225943. OLE color: 11225943.

HSL color Cylindrical-coordinate representation of color #574BAB: hue angle of 247.5º 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 #574BAB is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8775171-
CMYK0.490.5600.33
HSL247.5º39.02%48.24%-
HSV(B)247.5º56.14%67.06%-
XYZ13.81039.73-
YUV89.53173.98126.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.13%
GREEN value IS 75 (29.69% from 255) = 22.52%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=26.13%
G=22.52%
B=51.35%

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
Decimal87751710.490.5600.33247.539.0248.24
Hex574BAB3138021f82730
Octal12711325361700413704760
Binary1010111100101110101011110001111000010000111111000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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