#5969BF

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

Shades of Chetwode Blue #5969BF

Tints of Chetwode Blue #5969BF

Color information

#5969BF (or 0x5969BF) is unknown color: approx Chetwode Blue. HEX triplet: 59, 69 and BF. RGB value is (89,105,191). Sum of RGB (Red+Green+Blue) = 89+105+191=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #5969BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5969BF is #A69640. Grayscale: #6D6D6D. Windows color (decimal): -10917441 or 12544345. OLE color: 12544345.

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

Color convert

RGB89105191-
CMYK0.530.4500.25
HSL230.59º44.35%54.9%-
HSV(B)230.59º53.4%74.9%-
XYZ18.5815.9951.4-
YUV110.02173.7113.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.12%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 191 (75% from 255) = 49.61%
R=23.12%
G=27.27%
B=49.61%

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
Decimal891051910.530.4500.25230.5944.3554.9
Hex5969BF352D019e72c37
Octal13115127765550313475467
Binary101100111010011011111111010110110101100111100111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5969BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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