#5766AF

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

Shades of Chetwode Blue #5766AF

Tints of Chetwode Blue #5766AF

Color information

#5766AF (or 0x5766AF) is unknown color: approx Chetwode Blue. HEX triplet: 57, 66 and AF. RGB value is (87,102,175). Sum of RGB (Red+Green+Blue) = 87+102+175=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #5766AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5766AF is #A89950. Grayscale: #696969. Windows color (decimal): -11049297 or 11494999. OLE color: 11494999.

HSL color Cylindrical-coordinate representation of color #5766AF: hue angle of 229.77º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5766AF is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB87102175-
CMYK0.500.4200.31
HSL229.77º35.48%51.37%-
HSV(B)229.77º50.29%68.63%-
XYZ16.4214.6242.51-
YUV105.84167.03114.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.90%
GREEN value IS 102 (40.23% from 255) = 28.02%
BLUE value IS 175 (68.75% from 255) = 48.08%
R=23.90%
G=28.02%
B=48.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal871021750.500.4200.31229.7735.4851.37
Hex5766AF322A01Fe62333
Octal12714625762520373464363
Binary101011111001101010111111001010101001111111100110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5766AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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