#205A61

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

Shades of Blue Stone #205A61

Tints of Blue Stone #205A61

Color information

#205A61 (or 0x205A61) is unknown color: approx Blue Stone. HEX triplet: 20, 5A and 61. RGB value is (32,90,97). Sum of RGB (Red+Green+Blue) = 32+90+97=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #205A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A61 is #DFA59E. Grayscale: #494949. Windows color (decimal): -14656927 or 6380064. OLE color: 6380064.

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

Color convert

RGB329097-
CMYK0.670.0700.62
HSL186.46º50.39%25.29%-
HSV(B)186.46º67.01%38.04%-
XYZ6.418.4812.61-
YUV73.46141.2898.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.61%
GREEN value IS 90 (35.55% from 255) = 41.10%
BLUE value IS 97 (38.28% from 255) = 44.29%
R=14.61%
G=41.10%
B=44.29%

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
Decimal3290970.670.0700.62186.4650.3925.29
Hex205A6143703Eba3219
Octal4013214110370762726231
Binary10000010110101100001100001111101111101011101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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