#205D62

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

Shades of Blue Stone #205D62

Tints of Blue Stone #205D62

Color information

#205D62 (or 0x205D62) is unknown color: approx Blue Stone. HEX triplet: 20, 5D and 62. RGB value is (32,93,98). Sum of RGB (Red+Green+Blue) = 32+93+98=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #205D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D62 is #DFA29D. Grayscale: #4B4B4B. Windows color (decimal): -14656158 or 6446368. OLE color: 6446368.

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

Color convert

RGB329398-
CMYK0.670.0500.62
HSL184.55º50.77%25.49%-
HSV(B)184.55º67.35%38.43%-
XYZ6.719.0212.94-
YUV75.33140.7997.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.35%
GREEN value IS 93 (36.72% from 255) = 41.70%
BLUE value IS 98 (38.67% from 255) = 43.95%
R=14.35%
G=41.70%
B=43.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3293980.670.0500.62184.5550.7725.49
Hex205D6243503Eb93319
Octal4013514210350762716331
Binary10000010111011100010100001110101111101011100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,93,98); }

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

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

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

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

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

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

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