#205A60

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

Shades of Blue Stone #205A60

Tints of Blue Stone #205A60

Color information

#205A60 (or 0x205A60) is unknown color: approx Blue Stone. HEX triplet: 20, 5A and 60. RGB value is (32,90,96). Sum of RGB (Red+Green+Blue) = 32+90+96=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #205A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A60 is #DFA59F. Grayscale: #494949. Windows color (decimal): -14656928 or 6314528. OLE color: 6314528.

HSL color Cylindrical-coordinate representation of color #205A60: hue angle of 185.62º 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 #205A60 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB329096-
CMYK0.670.0600.62
HSL185.62º50%25.1%-
HSV(B)185.62º66.67%37.65%-
XYZ6.368.4612.36-
YUV73.34140.7898.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.68%
GREEN value IS 90 (35.55% from 255) = 41.28%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=14.68%
G=41.28%
B=44.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3290960.670.0600.62185.625025.1
Hex205A6043603Eba3219
Octal4013214010360762726231
Binary10000010110101100000100001111001111101011101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205A60; }

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

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

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

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

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

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

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

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