#5967BE

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

Shades of Chetwode Blue #5967BE

Tints of Chetwode Blue #5967BE

Color information

#5967BE (or 0x5967BE) is unknown color: approx Chetwode Blue. HEX triplet: 59, 67 and BE. RGB value is (89,103,190). Sum of RGB (Red+Green+Blue) = 89+103+190=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #5967BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5967BE is #A69841. Grayscale: #6C6C6C. Windows color (decimal): -10917954 or 12478297. OLE color: 12478297.

HSL color Cylindrical-coordinate representation of color #5967BE: hue angle of 231.68º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5967BE is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB89103190-
CMYK0.530.4600.25
HSL231.68º43.72%54.71%-
HSV(B)231.68º53.16%74.51%-
XYZ18.2615.5450.75-
YUV108.73173.86113.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.30%
GREEN value IS 103 (40.62% from 255) = 26.96%
BLUE value IS 190 (74.61% from 255) = 49.74%
R=23.30%
G=26.96%
B=49.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891031900.530.4600.25231.6843.7254.71
Hex5967BE352E019e82c37
Octal13114727665560313505467
Binary101100111001111011111011010110111001100111101000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5967BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5967BE; }

 p { color: rgb(89,103,190); }

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

<style>
 a { background-color: #5967BE; }

 a { background-color: rgb(89,103,190); }

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

<style>
 span { border-color: #5967BE; }

 span { border-color: rgb(89,103,190); }

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