#575DAB

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

Shades of Rich Blue #575DAB

Tints of Rich Blue #575DAB

Color information

#575DAB (or 0x575DAB) is unknown color: approx Rich Blue. HEX triplet: 57, 5D and AB. RGB value is (87,93,171). Sum of RGB (Red+Green+Blue) = 87+93+171=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #575DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575DAB is #A8A254. Grayscale: #636363. Windows color (decimal): -11051605 or 11230551. OLE color: 11230551.

HSL color Cylindrical-coordinate representation of color #575DAB: hue angle of 235.71º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #575DAB is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8793171-
CMYK0.490.4600.33
HSL235.71º33.33%50.59%-
HSV(B)235.71º49.12%67.06%-
XYZ15.212.840.2-
YUV100.1168.01118.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.79%
GREEN value IS 93 (36.72% from 255) = 26.50%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=24.79%
G=26.50%
B=48.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87931710.490.4600.33235.7133.3350.59
Hex575DAB312E021ec2133
Octal12713525361560413544163
Binary1010111101110110101011110001101110010000111101100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575DAB; }

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

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

<style>
 a { background-color: #575DAB; }

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

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

<style>
 span { border-color: #575DAB; }

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

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