#575DAE

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

Shades of Rich Blue #575DAE

Tints of Rich Blue #575DAE

Color information

#575DAE (or 0x575DAE) is unknown color: approx Rich Blue. HEX triplet: 57, 5D and AE. RGB value is (87,93,174). Sum of RGB (Red+Green+Blue) = 87+93+174=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #575DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575DAE is #A8A251. Grayscale: #646464. Windows color (decimal): -11051602 or 11427159. OLE color: 11427159.

HSL color Cylindrical-coordinate representation of color #575DAE: hue angle of 235.86º degrees, saturation: 0.35, 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 #575DAE is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8793174-
CMYK0.50.4700.32
HSL235.86º34.94%51.18%-
HSV(B)235.86º50%68.24%-
XYZ15.4812.9141.72-
YUV100.44169.51118.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.58%
GREEN value IS 93 (36.72% from 255) = 26.27%
BLUE value IS 174 (68.36% from 255) = 49.15%
R=24.58%
G=26.27%
B=49.15%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87931740.50.4700.32235.8634.9451.18
Hex575DAE322F020ec2333
Octal12713525662570403544363
Binary1010111101110110101110110010101111010000011101100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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