#575DAA

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

Shades of Rich Blue #575DAA

Tints of Rich Blue #575DAA

Color information

#575DAA (or 0x575DAA) is unknown color: approx Rich Blue. HEX triplet: 57, 5D and AA. RGB value is (87,93,170). Sum of RGB (Red+Green+Blue) = 87+93+170=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #575DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575DAA is #A8A255. Grayscale: #636363. Windows color (decimal): -11051606 or 11165015. OLE color: 11165015.

HSL color Cylindrical-coordinate representation of color #575DAA: hue angle of 235.66º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #575DAA is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8793170-
CMYK0.490.4500.33
HSL235.66º32.81%50.39%-
HSV(B)235.66º48.82%66.67%-
XYZ15.112.7639.7-
YUV99.98167.51118.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.86%
GREEN value IS 93 (36.72% from 255) = 26.57%
BLUE value IS 170 (66.80% from 255) = 48.57%
R=24.86%
G=26.57%
B=48.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87931700.490.4500.33235.6632.8150.39
Hex575DAA312D021ec2132
Octal12713525261550413544162
Binary1010111101110110101010110001101101010000111101100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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