#5971C3

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

Shades of Chetwode Blue #5971C3

Tints of Chetwode Blue #5971C3

Color information

#5971C3 (or 0x5971C3) is unknown color: approx Chetwode Blue. HEX triplet: 59, 71 and C3. RGB value is (89,113,195). Sum of RGB (Red+Green+Blue) = 89+113+195=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 195 (76.56% from 255 or 49.12% from 397); Max value from RGB is 195 - color contains mainly: blue. Hex color #5971C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5971C3 is #A68E3C. Grayscale: #727272. Windows color (decimal): -10915389 or 12808537. OLE color: 12808537.

HSL color Cylindrical-coordinate representation of color #5971C3: hue angle of 226.42º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5971C3 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB89113195-
CMYK0.540.4200.24
HSL226.42º46.9%55.69%-
HSV(B)226.42º54.36%76.47%-
XYZ19.8817.8754.03-
YUV115.17173.05109.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.42%
GREEN value IS 113 (44.53% from 255) = 28.46%
BLUE value IS 195 (76.56% from 255) = 49.12%
R=22.42%
G=28.46%
B=49.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891131950.540.4200.24226.4246.955.69
Hex5971C3362A018e22f38
Octal13116130366520303425770
Binary101100111100011100001111011010101001100011100010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5971C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5971C3; }

 p { color: rgb(89,113,195); }

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

<style>
 a { background-color: #5971C3; }

 a { background-color: rgb(89,113,195); }

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

<style>
 span { border-color: #5971C3; }

 span { border-color: rgb(89,113,195); }

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