#205E5B

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

Shades of Blue Stone #205E5B

Tints of Blue Stone #205E5B

Color information

#205E5B (or 0x205E5B) is unknown color: approx Blue Stone. HEX triplet: 20, 5E and 5B. RGB value is (32,94,91). Sum of RGB (Red+Green+Blue) = 32+94+91=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 94 - color contains mainly: green. Hex color #205E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205E5B is #DFA1A4. Grayscale: #4B4B4B. Windows color (decimal): -14655909 or 5987872. OLE color: 5987872.

HSL color Cylindrical-coordinate representation of color #205E5B: hue angle of 177.1º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205E5B is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB329491-
CMYK0.6600.030.63
HSL177.1º49.21%24.71%-
HSV(B)177.1º65.96%36.86%-
XYZ6.499.0711.31-
YUV75.12136.9697.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.75%
GREEN value IS 94 (37.11% from 255) = 43.32%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=14.75%
G=43.32%
B=41.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3294910.6600.030.63177.149.2124.71
Hex205E5B42033Fb13119
Octal4013613310203772616131
Binary1000001011110101101110000100111111111011000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,94,91); }

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

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

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

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

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

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

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