#5971C6

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

Shades of Chetwode Blue #5971C6

Tints of Chetwode Blue #5971C6

Color information

#5971C6 (or 0x5971C6) is unknown color: approx Chetwode Blue. HEX triplet: 59, 71 and C6. RGB value is (89,113,198). Sum of RGB (Red+Green+Blue) = 89+113+198=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 198 (77.73% from 255 or 49.5% from 400); Max value from RGB is 198 - color contains mainly: blue. Hex color #5971C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5971C6 is #A68E39. Grayscale: #737373. Windows color (decimal): -10915386 or 13005145. OLE color: 13005145.

HSL color Cylindrical-coordinate representation of color #5971C6: hue angle of 226.79º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5971C6 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB89113198-
CMYK0.550.4300.22
HSL226.79º48.88%56.27%-
HSV(B)226.79º55.05%77.65%-
XYZ20.2218.0155.84-
YUV115.51174.55109.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.25%
GREEN value IS 113 (44.53% from 255) = 28.25%
BLUE value IS 198 (77.73% from 255) = 49.5%
R=22.25%
G=28.25%
B=49.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal891131980.550.4300.22226.7948.8856.27
Hex5971C6372B016e33138
Octal13116130667530263436170
Binary101100111100011100011011011110101101011011100011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5971C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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