#5969BE

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

Shades of Chetwode Blue #5969BE

Tints of Chetwode Blue #5969BE

Color information

#5969BE (or 0x5969BE) is unknown color: approx Chetwode Blue. HEX triplet: 59, 69 and BE. RGB value is (89,105,190). Sum of RGB (Red+Green+Blue) = 89+105+190=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #5969BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5969BE is #A69641. Grayscale: #6D6D6D. Windows color (decimal): -10917442 or 12478809. OLE color: 12478809.

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

Color convert

RGB89105190-
CMYK0.530.4500.25
HSL230.5º43.72%54.71%-
HSV(B)230.5º53.16%74.51%-
XYZ18.4715.9450.82-
YUV109.91173.2113.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.18%
GREEN value IS 105 (41.41% from 255) = 27.34%
BLUE value IS 190 (74.61% from 255) = 49.48%
R=23.18%
G=27.34%
B=49.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891051900.530.4500.25230.543.7254.71
Hex5969BE352D019e62c37
Octal13115127665550313465467
Binary101100111010011011111011010110110101100111100110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5969BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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