#5968CD

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

Shades of Chetwode Blue #5968CD

Tints of Chetwode Blue #5968CD

Color information

#5968CD (or 0x5968CD) is unknown color: approx Chetwode Blue. HEX triplet: 59, 68 and CD. RGB value is (89,104,205). Sum of RGB (Red+Green+Blue) = 89+104+205=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #5968CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5968CD is #A69732. Grayscale: #6E6E6E. Windows color (decimal): -10917683 or 13461593. OLE color: 13461593.

HSL color Cylindrical-coordinate representation of color #5968CD: hue angle of 232.24º 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 #5968CD is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB89104205-
CMYK0.570.4900.20
HSL232.24º53.7%57.65%-
HSV(B)232.24º56.59%80.39%-
XYZ20.0916.4359.87-
YUV111.03181.03112.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.36%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 205 (80.47% from 255) = 51.51%
R=22.36%
G=26.13%
B=51.51%

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
Decimal891042050.570.4900.20232.2453.757.65
Hex5968CD3931014e8363a
Octal13115031571610243506672
Binary101100111010001100110111100111000101010011101000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5968CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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