#5966AF

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

Shades of Chetwode Blue #5966AF

Tints of Chetwode Blue #5966AF

Color information

#5966AF (or 0x5966AF) is unknown color: approx Chetwode Blue. HEX triplet: 59, 66 and AF. RGB value is (89,102,175). Sum of RGB (Red+Green+Blue) = 89+102+175=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #5966AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5966AF is #A69950. Grayscale: #6A6A6A. Windows color (decimal): -10918225 or 11495001. OLE color: 11495001.

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

Color convert

RGB89102175-
CMYK0.490.4200.31
HSL230.93º34.96%51.76%-
HSV(B)230.93º49.14%68.63%-
XYZ16.6114.7242.52-
YUV106.44166.69115.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.32%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 175 (68.75% from 255) = 47.81%
R=24.32%
G=27.87%
B=47.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal891021750.490.4200.31230.9334.9651.76
Hex5966AF312A01Fe72334
Octal13114625761520373474364
Binary101100111001101010111111000110101001111111100111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5966AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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