#5970AD

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

Shades of Chetwode Blue #5970AD

Tints of Chetwode Blue #5970AD

Color information

#5970AD (or 0x5970AD) is unknown color: approx Chetwode Blue. HEX triplet: 59, 70 and AD. RGB value is (89,112,173). Sum of RGB (Red+Green+Blue) = 89+112+173=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #5970AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5970AD is #A68F52. Grayscale: #6F6F6F. Windows color (decimal): -10915667 or 11366489. OLE color: 11366489.

HSL color Cylindrical-coordinate representation of color #5970AD: hue angle of 223.57º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5970AD is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB89112173-
CMYK0.490.3500.32
HSL223.57º33.87%51.37%-
HSV(B)223.57º48.55%67.84%-
XYZ17.4616.7341.84-
YUV112.08162.38111.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.80%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 173 (67.97% from 255) = 46.26%
R=23.80%
G=29.95%
B=46.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal891121730.490.3500.32223.5733.8751.37
Hex5970AD3123020e02233
Octal13116025561430403404263
Binary1011001111000010101101110001100011010000011100000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5970AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5970AD; }

 p { color: rgb(89,112,173); }

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

<style>
 a { background-color: #5970AD; }

 a { background-color: rgb(89,112,173); }

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

<style>
 span { border-color: #5970AD; }

 span { border-color: rgb(89,112,173); }

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