#575CAC

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

Shades of Rich Blue #575CAC

Tints of Rich Blue #575CAC

Color information

#575CAC (or 0x575CAC) is unknown color: approx Rich Blue. HEX triplet: 57, 5C and AC. RGB value is (87,92,172). Sum of RGB (Red+Green+Blue) = 87+92+172=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #575CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575CAC is #A8A353. Grayscale: #636363. Windows color (decimal): -11051860 or 11295831. OLE color: 11295831.

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

Color convert

RGB8792172-
CMYK0.490.4700.33
HSL236.47º33.86%50.78%-
HSV(B)236.47º49.42%67.45%-
XYZ15.212.6640.67-
YUV99.62168.84119-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.79%
GREEN value IS 92 (36.33% from 255) = 26.21%
BLUE value IS 172 (67.58% from 255) = 49.00%
R=24.79%
G=26.21%
B=49.00%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87921720.490.4700.33236.4733.8650.78
Hex575CAC312F021ec2233
Octal12713425461570413544263
Binary1010111101110010101100110001101111010000111101100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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