#5971BC

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

Shades of Chetwode Blue #5971BC

Tints of Chetwode Blue #5971BC

Color information

#5971BC (or 0x5971BC) is unknown color: approx Chetwode Blue. HEX triplet: 59, 71 and BC. RGB value is (89,113,188). Sum of RGB (Red+Green+Blue) = 89+113+188=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #5971BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5971BC is #A68E43. Grayscale: #727272. Windows color (decimal): -10915396 or 12349785. OLE color: 12349785.

HSL color Cylindrical-coordinate representation of color #5971BC: hue angle of 225.45º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5971BC is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB89113188-
CMYK0.530.4000.26
HSL225.45º42.49%54.31%-
HSV(B)225.45º52.66%73.73%-
XYZ19.117.5649.96-
YUV114.37169.55109.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.82%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 188 (73.83% from 255) = 48.21%
R=22.82%
G=28.97%
B=48.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal891131880.530.4000.26225.4542.4954.31
Hex5971BC352801Ae12a36
Octal13116127465500323415266
Binary101100111100011011110011010110100001101011100001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5971BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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