#5969CD

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

Shades of Chetwode Blue #5969CD

Tints of Chetwode Blue #5969CD

Color information

#5969CD (or 0x5969CD) is unknown color: approx Chetwode Blue. HEX triplet: 59, 69 and CD. RGB value is (89,105,205). Sum of RGB (Red+Green+Blue) = 89+105+205=399 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.31% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #5969CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5969CD is #A69632. Grayscale: #6F6F6F. Windows color (decimal): -10917427 or 13461849. OLE color: 13461849.

HSL color Cylindrical-coordinate representation of color #5969CD: hue angle of 231.72º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5969CD is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB89105205-
CMYK0.570.4900.20
HSL231.72º53.7%57.65%-
HSV(B)231.72º56.59%80.39%-
XYZ20.1916.6359.9-
YUV111.62180.7111.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.31%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 205 (80.47% from 255) = 51.38%
R=22.31%
G=26.32%
B=51.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal891052050.570.4900.20231.7253.757.65
Hex5969CD3931014e8363a
Octal13115131571610243506672
Binary101100111010011100110111100111000101010011101000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5969CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5969CD; }

 p { color: rgb(89,105,205); }

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

<style>
 a { background-color: #5969CD; }

 a { background-color: rgb(89,105,205); }

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

<style>
 span { border-color: #5969CD; }

 span { border-color: rgb(89,105,205); }

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