#205957

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

Shades of Blue Stone #205957

Tints of Blue Stone #205957

Color information

#205957 (or 0x205957) is unknown color: approx Blue Stone. HEX triplet: 20, 59 and 57. RGB value is (32,89,87). Sum of RGB (Red+Green+Blue) = 32+89+87=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 89 - color contains mainly: green. Hex color #205957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205957 is #DFA6A8. Grayscale: #474747. Windows color (decimal): -14657193 or 5724448. OLE color: 5724448.

HSL color Cylindrical-coordinate representation of color #205957: hue angle of 177.89º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205957 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB328987-
CMYK0.6400.020.65
HSL177.89º47.11%23.73%-
HSV(B)177.89º64.04%34.9%-
XYZ5.898.1410.28-
YUV71.73136.6299.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.38%
GREEN value IS 89 (35.16% from 255) = 42.79%
BLUE value IS 87 (34.38% from 255) = 41.83%
R=15.38%
G=42.79%
B=41.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3289870.6400.020.65177.8947.1123.73
Hex205957400241b22f18
Octal40131127100021012625730
Binary10000010110011010111100000001010000011011001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205957; }

 p { color: rgb(32,89,87); }

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

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

 a { background-color: rgb(32,89,87); }

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

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

 span { border-color: rgb(32,89,87); }

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