#5963BA

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

Shades of Chetwode Blue #5963BA

Tints of Chetwode Blue #5963BA

Color information

#5963BA (or 0x5963BA) is unknown color: approx Chetwode Blue. HEX triplet: 59, 63 and BA. RGB value is (89,99,186). Sum of RGB (Red+Green+Blue) = 89+99+186=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #5963BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5963BA is #A69C45. Grayscale: #696969. Windows color (decimal): -10918982 or 12215129. OLE color: 12215129.

HSL color Cylindrical-coordinate representation of color #5963BA: hue angle of 233.81º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5963BA is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8999186-
CMYK0.520.4700.27
HSL233.81º41.28%53.92%-
HSV(B)233.81º52.15%72.94%-
XYZ17.4414.5948.35-
YUV105.93173.19115.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.80%
GREEN value IS 99 (39.06% from 255) = 26.47%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=23.80%
G=26.47%
B=49.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal89991860.520.4700.27233.8141.2853.92
Hex5963BA342F01Bea2936
Octal13114327264570333525166
Binary101100111000111011101011010010111101101111101010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5963BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5963BA; }

 p { color: rgb(89,99,186); }

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

<style>
 a { background-color: #5963BA; }

 a { background-color: rgb(89,99,186); }

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

<style>
 span { border-color: #5963BA; }

 span { border-color: rgb(89,99,186); }

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