#5973BE

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

Shades of Chetwode Blue #5973BE

Tints of Chetwode Blue #5973BE

Color information

#5973BE (or 0x5973BE) is unknown color: approx Chetwode Blue. HEX triplet: 59, 73 and BE. RGB value is (89,115,190). Sum of RGB (Red+Green+Blue) = 89+115+190=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #5973BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5973BE is #A68C41. Grayscale: #737373. Windows color (decimal): -10914882 or 12481369. OLE color: 12481369.

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

Color convert

RGB89115190-
CMYK0.530.3900.25
HSL224.55º43.72%54.71%-
HSV(B)224.55º53.16%74.51%-
XYZ19.5418.151.18-
YUV115.78169.89108.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.59%
GREEN value IS 115 (45.31% from 255) = 29.19%
BLUE value IS 190 (74.61% from 255) = 48.22%
R=22.59%
G=29.19%
B=48.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891151900.530.3900.25224.5543.7254.71
Hex5973BE3527019e12c37
Octal13116327665470313415467
Binary101100111100111011111011010110011101100111100001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5973BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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