#5756A2

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

Shades of Rich Blue #5756A2

Tints of Rich Blue #5756A2

Color information

#5756A2 (or 0x5756A2) is unknown color: approx Rich Blue. HEX triplet: 57, 56 and A2. RGB value is (87,86,162). Sum of RGB (Red+Green+Blue) = 87+86+162=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 162 (63.67% from 255 or 48.36% from 335); Max value from RGB is 162 - color contains mainly: blue. Hex color #5756A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5756A2 is #A8A95D. Grayscale: #5E5E5E. Windows color (decimal): -11053406 or 10638935. OLE color: 10638935.

HSL color Cylindrical-coordinate representation of color #5756A2: hue angle of 240.79º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5756A2 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8786162-
CMYK0.460.4700.36
HSL240.79º30.65%48.63%-
HSV(B)240.79º46.91%63.53%-
XYZ13.7811.2935.64-
YUV94.96165.83122.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.97%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 162 (63.67% from 255) = 48.36%
R=25.97%
G=25.67%
B=48.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal87861620.460.4700.36240.7930.6548.63
Hex5756A22E2F024f11f31
Octal12712624256570443613761
Binary101011110101101010001010111010111101001001111000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5756A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5756A2; }

 p { color: rgb(87,86,162); }

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

<style>
 a { background-color: #5756A2; }

 a { background-color: rgb(87,86,162); }

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

<style>
 span { border-color: #5756A2; }

 span { border-color: rgb(87,86,162); }

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