Html Css Color HEX #205D59 Blue Stone

📋 copy color: '#205D59'

red 32 ◦ green 93 ◦ blue 89

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

Shades of Blue Stone #205D59

Tints of Blue Stone #205D59

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.46%

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

R = 14.95%
G = 43.46%
B = 41.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#205D59 (or 0x205D59) is known color: Blue Stone. HEX triplet: 20, 5D and 59. RGB value is (32,93,89). Sum of RGB (Red+Green+Blue) = 32+93+89=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 93 - color contains mainly: green. Hex color #205D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D59 is #DFA2A6. Grayscale: #4A4A4A. Windows color (decimal): -14656167 or 5856544. OLE color: 5856544.

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

Color convert

RGB 32 93 89 -
CMYK 0.66 0 0.04 0.64
HSL 176.07º 0.49% 0.25% -
HSV(B) 176.07º 0.66% 0.36% -
XYZ 6.31 8.86 10.83 -
YUV 74.31 136.29 97.83 -
System Red Green Blue C M Y K H S L
Decimal 32 93 89 0.66 0 0.04 0.64 176.07 0.49 0.25
Hex 20 5D 59 42 0 4 40 B0 31 19
Octal 40 135 131 102 0 4 100 260 61 31
Binary 100000 1011101 1011001 1000010 0 100 1000000 10110000 110001 11001

Color Harmonies of #205D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205D59

Black with #205D59

Text Example


Text Example

White with #205D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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