Html Css Color HEX #205959 Blue Stone

📋 copy color: '#205959'

red 32 ◦ green 89 ◦ blue 89

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

Shades of Blue Stone #205959

Tints of Blue Stone #205959

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.38%

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

R = 15.24%
G = 42.38%
B = 42.38%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#205959 (or 0x205959) is known color: Blue Stone. HEX triplet: 20, 59 and 59. RGB value is (32,89,89). Sum of RGB (Red+Green+Blue) = 32+89+89=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #205959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205959 is #DFA6A6. Grayscale: #474747. Windows color (decimal): -14657191 or 5855520. OLE color: 5855520.

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

Color convert

RGB 32 89 89 -
CMYK 0.64 0 0 0.65
HSL 180º 0.47% 0.24% -
HSV(B) 180º 0.64% 0.35% -
XYZ 5.97 8.17 10.71 -
YUV 71.96 137.62 99.5 -
System Red Green Blue C M Y K H S L
Decimal 32 89 89 0.64 0 0 0.65 180 0.47 0.24
Hex 20 59 59 40 0 0 41 B4 2F 18
Octal 40 131 131 100 0 0 101 264 57 30
Binary 100000 1011001 1011001 1000000 0 0 1000001 10110100 101111 11000

Color Harmonies of #205959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205959

Black with #205959

Text Example


Text Example

White with #205959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205959; }

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

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

background-color css

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

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

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

border-color css

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

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

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