#5969BB

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

Shades of Chetwode Blue #5969BB

Tints of Chetwode Blue #5969BB

Color information

#5969BB (or 0x5969BB) is unknown color: approx Chetwode Blue. HEX triplet: 59, 69 and BB. RGB value is (89,105,187). Sum of RGB (Red+Green+Blue) = 89+105+187=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #5969BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5969BB is #A69644. Grayscale: #6D6D6D. Windows color (decimal): -10917445 or 12282201. OLE color: 12282201.

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

Color convert

RGB89105187-
CMYK0.520.4400.27
HSL230.2º41.88%54.12%-
HSV(B)230.2º52.41%73.33%-
XYZ18.1415.8149.11-
YUV109.56171.7113.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.36%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 187 (73.44% from 255) = 49.08%
R=23.36%
G=27.56%
B=49.08%

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
Decimal891051870.520.4400.27230.241.8854.12
Hex5969BB342C01Be62a36
Octal13115127364540333465266
Binary101100111010011011101111010010110001101111100110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5969BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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