#205857

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

Shades of Blue Stone #205857

Tints of Blue Stone #205857

Color information

#205857 (or 0x205857) is unknown color: approx Blue Stone. HEX triplet: 20, 58 and 57. RGB value is (32,88,87). Sum of RGB (Red+Green+Blue) = 32+88+87=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #205857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205857 is #DFA7A8. Grayscale: #474747. Windows color (decimal): -14657449 or 5724192. OLE color: 5724192.

HSL color Cylindrical-coordinate representation of color #205857: hue angle of 178.93º 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 #205857 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB328887-
CMYK0.6400.010.65
HSL178.93º46.67%23.53%-
HSV(B)178.93º63.64%34.51%-
XYZ5.817.9710.25-
YUV71.14136.95100.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.46%
GREEN value IS 88 (34.77% from 255) = 42.51%
BLUE value IS 87 (34.38% from 255) = 42.03%
R=15.46%
G=42.51%
B=42.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3288870.6400.010.65178.9346.6723.53
Hex205857400141b32f18
Octal40130127100011012635730
Binary1000001011000101011110000000110000011011001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205857; }

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

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

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

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

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

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

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

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