#5973AF

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

Shades of Chetwode Blue #5973AF

Tints of Chetwode Blue #5973AF

Color information

#5973AF (or 0x5973AF) is unknown color: approx Chetwode Blue. HEX triplet: 59, 73 and AF. RGB value is (89,115,175). Sum of RGB (Red+Green+Blue) = 89+115+175=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #5973AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5973AF is #A68C50. Grayscale: #717171. Windows color (decimal): -10914897 or 11498329. OLE color: 11498329.

HSL color Cylindrical-coordinate representation of color #5973AF: hue angle of 221.86º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5973AF is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB89115175-
CMYK0.490.3400.31
HSL221.86º34.96%51.76%-
HSV(B)221.86º49.14%68.63%-
XYZ17.9917.4842.98-
YUV114.07162.39110.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.48%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 175 (68.75% from 255) = 46.17%
R=23.48%
G=30.34%
B=46.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal891151750.490.3400.31221.8634.9651.76
Hex5973AF312201Fde2334
Octal13116325761420373364364
Binary101100111100111010111111000110001001111111011110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5973AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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