#575CAD

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

Shades of Rich Blue #575CAD

Tints of Rich Blue #575CAD

Color information

#575CAD (or 0x575CAD) is unknown color: approx Rich Blue. HEX triplet: 57, 5C and AD. RGB value is (87,92,173). Sum of RGB (Red+Green+Blue) = 87+92+173=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #575CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575CAD is #A8A352. Grayscale: #636363. Windows color (decimal): -11051859 or 11361367. OLE color: 11361367.

HSL color Cylindrical-coordinate representation of color #575CAD: hue angle of 236.51º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #575CAD is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8792173-
CMYK0.500.4700.32
HSL236.51º34.4%50.98%-
HSV(B)236.51º49.71%67.84%-
XYZ15.312.741.18-
YUV99.74169.34118.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.72%
GREEN value IS 92 (36.33% from 255) = 26.14%
BLUE value IS 173 (67.97% from 255) = 49.15%
R=24.72%
G=26.14%
B=49.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87921730.500.4700.32236.5134.450.98
Hex575CAD322F020ed2233
Octal12713425562570403554263
Binary1010111101110010101101110010101111010000011101101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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