#205960

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

Shades of Blue Stone #205960

Tints of Blue Stone #205960

Color information

#205960 (or 0x205960) is unknown color: approx Blue Stone. HEX triplet: 20, 59 and 60. RGB value is (32,89,96). Sum of RGB (Red+Green+Blue) = 32+89+96=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #205960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205960 is #DFA69F. Grayscale: #484848. Windows color (decimal): -14657184 or 6314272. OLE color: 6314272.

HSL color Cylindrical-coordinate representation of color #205960: hue angle of 186.56º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #205960 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB328996-
CMYK0.670.0700.62
HSL186.56º50%25.1%-
HSV(B)186.56º66.67%37.65%-
XYZ6.288.312.34-
YUV72.76141.1298.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.75%
GREEN value IS 89 (35.16% from 255) = 41.01%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=14.75%
G=41.01%
B=44.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3289960.670.0700.62186.565025.1
Hex20596043703Ebb3219
Octal4013114010370762736231
Binary10000010110011100000100001111101111101011101111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205960; }

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

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

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

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

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

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

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

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