#5968bf

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

Shades of Chetwode Blue #5968BF

Tints of Chetwode Blue #5968BF

Color information

#5968BF (or 0x5968BF) is unknown color: approx Chetwode Blue. HEX triplet: 59, 68 and BF. RGB value is (89,104,191). Sum of RGB (Red+Green+Blue) = 89+104+191=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #5968BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5968BF is #A69740. Grayscale: #6D6D6D. Windows color (decimal): -10917697 or 12544089. OLE color: 12544089.

HSL color Cylindrical-coordinate representation of color #5968BF: hue angle of 231.18º 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 #5968BF is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB89104191-
CMYK0.530.4600.25
HSL231.18º44.35%54.9%-
HSV(B)231.18º53.4%74.9%-
XYZ18.4715.7951.36-
YUV109.43174.03113.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.18%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 191 (75% from 255) = 49.74%
R=23.18%
G=27.08%
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
Decimal891041910.530.4600.25231.1844.3554.9
Hex5968BF352E019e72c37
Octal13115027765560313475467
Binary101100111010001011111111010110111001100111100111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5968bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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