Html Css Color HEX #205C59 Blue Stone

📋 copy color: '#205C59'

red 32 ◦ green 92 ◦ blue 89

#205C59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #205C59

Tints of Blue Stone #205C59

RGB

 RED value IS 32 (12.89% from 255) = 15.02%

 GREEN value IS 92 (36.33% from 255) = 43.19%

 BLUE value IS 89 (35.16% from 255) = 41.78%

R = 15.02%
G = 43.19%
B = 41.78%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#205C59 (or 0x205C59) is known color: Blue Stone. HEX triplet: 20, 5C and 59. RGB value is (32,92,89). Sum of RGB (Red+Green+Blue) = 32+92+89=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 92 - color contains mainly: green. Hex color #205C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C59 is #DFA3A6. Grayscale: #494949. Windows color (decimal): -14656423 or 5856288. OLE color: 5856288.

HSL color Cylindrical-coordinate representation of color #205C59: hue angle of 177º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #205C59 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 92 89 -
CMYK 0.65 0 0.03 0.64
HSL 177º 0.48% 0.24% -
HSV(B) 177º 0.65% 0.36% -
XYZ 6.23 8.68 10.8 -
YUV 73.72 136.62 98.24 -
System Red Green Blue C M Y K H S L
Decimal 32 92 89 0.65 0 0.03 0.64 177 0.48 0.24
Hex 20 5C 59 41 0 3 40 B1 30 18
Octal 40 134 131 101 0 3 100 261 60 30
Binary 100000 1011100 1011001 1000001 0 11 1000000 10110001 110000 11000

Color Harmonies of #205C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205C59

Black with #205C59

Text Example


Text Example

White with #205C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #205C59;
 }
 .AnyTagClassName
 {
   color: #205C59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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