#5766AB

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

Shades of Rich Blue #5766AB

Tints of Rich Blue #5766AB

Color information

#5766AB (or 0x5766AB) is unknown color: approx Rich Blue. HEX triplet: 57, 66 and AB. RGB value is (87,102,171). Sum of RGB (Red+Green+Blue) = 87+102+171=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #5766AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5766AB is #A89954. Grayscale: #696969. Windows color (decimal): -11049301 or 11232855. OLE color: 11232855.

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

Color convert

RGB87102171-
CMYK0.490.4000.33
HSL229.29º33.33%50.59%-
HSV(B)229.29º49.12%67.06%-
XYZ16.0314.4740.48-
YUV105.38165.03114.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.17%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 171 (67.19% from 255) = 47.5%
R=24.17%
G=28.33%
B=47.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871021710.490.4000.33229.2933.3350.59
Hex5766AB3128021e52133
Octal12714625361500413454163
Binary1010111110011010101011110001101000010000111100101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5766AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5766AB; }

 p { color: rgb(87,102,171); }

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

<style>
 a { background-color: #5766AB; }

 a { background-color: rgb(87,102,171); }

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

<style>
 span { border-color: #5766AB; }

 span { border-color: rgb(87,102,171); }

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