#205858

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

Shades of Blue Stone #205858

Tints of Blue Stone #205858

Color information

#205858 (or 0x205858) is unknown color: approx Blue Stone. HEX triplet: 20, 58 and 58. RGB value is (32,88,88). Sum of RGB (Red+Green+Blue) = 32+88+88=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #205858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205858 is #DFA7A7. Grayscale: #474747. Windows color (decimal): -14657448 or 5789728. OLE color: 5789728.

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

Color convert

RGB328888-
CMYK0.64000.65
HSL180º46.67%23.53%-
HSV(B)180º63.64%34.51%-
XYZ5.857.9910.47-
YUV71.26137.45100-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.38%
GREEN value IS 88 (34.77% from 255) = 42.31%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=15.38%
G=42.31%
B=42.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3288880.64000.6518046.6723.53
Hex205858400041b42f18
Octal40130130100001012645730
Binary1000001011000101100010000000010000011011010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205858; }

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

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

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

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

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

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

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

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