#575CAB

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

Shades of Rich Blue #575CAB

Tints of Rich Blue #575CAB

Color information

#575CAB (or 0x575CAB) is unknown color: approx Rich Blue. HEX triplet: 57, 5C and AB. RGB value is (87,92,171). Sum of RGB (Red+Green+Blue) = 87+92+171=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #575CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575CAB is #A8A354. Grayscale: #636363. Windows color (decimal): -11051861 or 11230295. OLE color: 11230295.

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

Color convert

RGB8792171-
CMYK0.490.4600.33
HSL236.43º33.33%50.59%-
HSV(B)236.43º49.12%67.06%-
XYZ15.1112.6240.17-
YUV99.51168.34119.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.86%
GREEN value IS 92 (36.33% from 255) = 26.29%
BLUE value IS 171 (67.19% from 255) = 48.86%
R=24.86%
G=26.29%
B=48.86%

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
Decimal87921710.490.4600.33236.4333.3350.59
Hex575CAB312E021ec2133
Octal12713425361560413544163
Binary1010111101110010101011110001101110010000111101100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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