#575BAA

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

Shades of Rich Blue #575BAA

Tints of Rich Blue #575BAA

Color information

#575BAA (or 0x575BAA) is unknown color: approx Rich Blue. HEX triplet: 57, 5B and AA. RGB value is (87,91,170). Sum of RGB (Red+Green+Blue) = 87+91+170=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #575BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575BAA is #A8A455. Grayscale: #626262. Windows color (decimal): -11052118 or 11164503. OLE color: 11164503.

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

Color convert

RGB8791170-
CMYK0.490.4600.33
HSL237.11º32.81%50.39%-
HSV(B)237.11º48.82%66.67%-
XYZ14.9312.4139.64-
YUV98.81168.17119.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25%
GREEN value IS 91 (35.94% from 255) = 26.15%
BLUE value IS 170 (66.80% from 255) = 48.85%
R=25%
G=26.15%
B=48.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87911700.490.4600.33237.1132.8150.39
Hex575BAA312E021ed2132
Octal12713325261560413554162
Binary1010111101101110101010110001101110010000111101101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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