#206572

Color #206572 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #206572

Tints of Allports #206572

Color information

#206572 (or 0x206572) is unknown color: approx Allports. HEX triplet: 20, 65 and 72. RGB value is (32,101,114). Sum of RGB (Red+Green+Blue) = 32+101+114=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #206572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206572 is #DF9A8D. Grayscale: #515151. Windows color (decimal): -14654094 or 7496992. OLE color: 7496992.

HSL color Cylindrical-coordinate representation of color #206572: hue angle of 189.51º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #206572 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB32101114-
CMYK0.720.1100.55
HSL189.51º56.16%28.63%-
HSV(B)189.51º71.93%44.71%-
XYZ8.2910.8317.57-
YUV81.85146.1492.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.96%
GREEN value IS 101 (39.84% from 255) = 40.89%
BLUE value IS 114 (44.92% from 255) = 46.15%
R=12.96%
G=40.89%
B=46.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321011140.720.1100.55189.5156.1628.63
Hex20657248B037be381d
Octal40145162110130672767035
Binary100000110010111100101001000101101101111011111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206572; }

 p { color: rgb(32,101,114); }

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

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

 a { background-color: rgb(32,101,114); }

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

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

 span { border-color: rgb(32,101,114); }

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