#5973BC

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

Shades of Chetwode Blue #5973BC

Tints of Chetwode Blue #5973BC

Color information

#5973BC (or 0x5973BC) is unknown color: approx Chetwode Blue. HEX triplet: 59, 73 and BC. RGB value is (89,115,188). Sum of RGB (Red+Green+Blue) = 89+115+188=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #5973BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5973BC is #A68C43. Grayscale: #737373. Windows color (decimal): -10914884 or 12350297. OLE color: 12350297.

HSL color Cylindrical-coordinate representation of color #5973BC: hue angle of 224.24º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5973BC is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB89115188-
CMYK0.530.3900.26
HSL224.24º42.49%54.31%-
HSV(B)224.24º52.66%73.73%-
XYZ19.3318.0250.04-
YUV115.55168.89109.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.70%
GREEN value IS 115 (45.31% from 255) = 29.34%
BLUE value IS 188 (73.83% from 255) = 47.96%
R=22.70%
G=29.34%
B=47.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal891151880.530.3900.26224.2442.4954.31
Hex5973BC352701Ae02a36
Octal13116327465470323405266
Binary101100111100111011110011010110011101101011100000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5973BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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