#5965BC

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

Shades of Chetwode Blue #5965BC

Tints of Chetwode Blue #5965BC

Color information

#5965BC (or 0x5965BC) is unknown color: approx Chetwode Blue. HEX triplet: 59, 65 and BC. RGB value is (89,101,188). Sum of RGB (Red+Green+Blue) = 89+101+188=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #5965BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5965BC is #A69A43. Grayscale: #6A6A6A. Windows color (decimal): -10918468 or 12346713. OLE color: 12346713.

HSL color Cylindrical-coordinate representation of color #5965BC: hue angle of 232.73º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5965BC is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB89101188-
CMYK0.530.4600.26
HSL232.73º42.49%54.31%-
HSV(B)232.73º52.66%73.73%-
XYZ17.8515.0649.54-
YUV107.33173.52114.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.54%
GREEN value IS 101 (39.84% from 255) = 26.72%
BLUE value IS 188 (73.83% from 255) = 49.74%
R=23.54%
G=26.72%
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.26
SystemRedGreenBlueCMYKHSL
Decimal891011880.530.4600.26232.7342.4954.31
Hex5965BC352E01Ae92a36
Octal13114527465560323515266
Binary101100111001011011110011010110111001101011101001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5965BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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