#20516C

Color #20516C Chathams Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chathams Blue #20516C

Tints of Chathams Blue #20516C

Color information

#20516C (or 0x20516C) is unknown color: approx Chathams Blue. HEX triplet: 20, 51 and 6C. RGB value is (32,81,108). Sum of RGB (Red+Green+Blue) = 32+81+108=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #20516C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20516C is #DFAE93. Grayscale: #454545. Windows color (decimal): -14659220 or 7098656. OLE color: 7098656.

HSL color Cylindrical-coordinate representation of color #20516C: hue angle of 201.32º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20516C is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3281108-
CMYK0.700.2500.58
HSL201.32º54.29%27.45%-
HSV(B)201.32º70.37%42.35%-
XYZ6.247.2715.26-
YUV69.43149.77101.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.48%
GREEN value IS 81 (32.03% from 255) = 36.65%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=14.48%
G=36.65%
B=48.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32811080.700.2500.58201.3254.2927.45
Hex20516C461903Ac9361b
Octal40121154106310723116633
Binary1000001010001110110010001101100101110101100100111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20516C; }

 p { color: rgb(32,81,108); }

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

<style>
 a { background-color: #20516C; }

 a { background-color: rgb(32,81,108); }

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

<style>
 span { border-color: #20516C; }

 span { border-color: rgb(32,81,108); }

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