#5965AF

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

Shades of Chetwode Blue #5965AF

Tints of Chetwode Blue #5965AF

Color information

#5965AF (or 0x5965AF) is unknown color: approx Chetwode Blue. HEX triplet: 59, 65 and AF. RGB value is (89,101,175). Sum of RGB (Red+Green+Blue) = 89+101+175=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #5965AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5965AF is #A69A50. Grayscale: #696969. Windows color (decimal): -10918481 or 11494745. OLE color: 11494745.

HSL color Cylindrical-coordinate representation of color #5965AF: hue angle of 231.63º 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 #5965AF is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB89101175-
CMYK0.490.4200.31
HSL231.63º34.96%51.76%-
HSV(B)231.63º49.14%68.63%-
XYZ16.5114.5342.49-
YUV105.85167.02115.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.38%
GREEN value IS 101 (39.84% from 255) = 27.67%
BLUE value IS 175 (68.75% from 255) = 47.95%
R=24.38%
G=27.67%
B=47.95%

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
Decimal891011750.490.4200.31231.6334.9651.76
Hex5965AF312A01Fe82334
Octal13114525761520373504364
Binary101100111001011010111111000110101001111111101000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5965AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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