#575AC3

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

Shades of Rich Blue #575AC3

Tints of Rich Blue #575AC3

Color information

#575AC3 (or 0x575AC3) is unknown color: approx Rich Blue. HEX triplet: 57, 5A and C3. RGB value is (87,90,195). Sum of RGB (Red+Green+Blue) = 87+90+195=372 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.39% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 195 (76.56% from 255 or 52.42% from 372); Max value from RGB is 195 - color contains mainly: blue. Hex color #575AC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575AC3 is #A8A53C. Grayscale: #646464. Windows color (decimal): -11052349 or 12802647. OLE color: 12802647.

HSL color Cylindrical-coordinate representation of color #575AC3: hue angle of 238.33º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #575AC3 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8790195-
CMYK0.550.5400.24
HSL238.33º47.37%55.29%-
HSV(B)238.33º55.38%76.47%-
XYZ17.4413.2853.27-
YUV101.07181.01117.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.39%
GREEN value IS 90 (35.55% from 255) = 24.19%
BLUE value IS 195 (76.56% from 255) = 52.42%
R=23.39%
G=24.19%
B=52.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal87901950.550.5400.24238.3347.3755.29
Hex575AC33736018ee2f37
Octal12713230367660303565767
Binary101011110110101100001111011111011001100011101110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,90,195); }

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

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

 a { background-color: rgb(87,90,195); }

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

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

 span { border-color: rgb(87,90,195); }

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