#5969BA

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

Shades of Chetwode Blue #5969BA

Tints of Chetwode Blue #5969BA

Color information

#5969BA (or 0x5969BA) is unknown color: approx Chetwode Blue. HEX triplet: 59, 69 and BA. RGB value is (89,105,186). Sum of RGB (Red+Green+Blue) = 89+105+186=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #5969BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5969BA is #A69645. Grayscale: #6D6D6D. Windows color (decimal): -10917446 or 12216665. OLE color: 12216665.

HSL color Cylindrical-coordinate representation of color #5969BA: hue angle of 230.1º 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 #5969BA is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB89105186-
CMYK0.520.4400.27
HSL230.1º41.28%53.92%-
HSV(B)230.1º52.15%72.94%-
XYZ18.0315.7748.55-
YUV109.45171.2113.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.42%
GREEN value IS 105 (41.41% from 255) = 27.63%
BLUE value IS 186 (73.05% from 255) = 48.95%
R=23.42%
G=27.63%
B=48.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891051860.520.4400.27230.141.2853.92
Hex5969BA342C01Be62936
Octal13115127264540333465166
Binary101100111010011011101011010010110001101111100110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5969BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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