#5970BE

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

Shades of Chetwode Blue #5970BE

Tints of Chetwode Blue #5970BE

Color information

#5970BE (or 0x5970BE) is unknown color: approx Chetwode Blue. HEX triplet: 59, 70 and BE. RGB value is (89,112,190). Sum of RGB (Red+Green+Blue) = 89+112+190=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #5970BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5970BE is #A68F41. Grayscale: #717171. Windows color (decimal): -10915650 or 12480601. OLE color: 12480601.

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

Color convert

RGB89112190-
CMYK0.530.4100.25
HSL226.34º43.72%54.71%-
HSV(B)226.34º53.16%74.51%-
XYZ19.2117.4351.07-
YUV114.02170.88110.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.76%
GREEN value IS 112 (44.14% from 255) = 28.64%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=22.76%
G=28.64%
B=48.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891121900.530.4100.25226.3443.7254.71
Hex5970BE3529019e22c37
Octal13116027665510313425467
Binary101100111100001011111011010110100101100111100010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5970BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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