Html Css Color HEX #20595B Blue Stone

📋 copy color: '#20595B'

red 32 ◦ green 89 ◦ blue 91

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

Shades of Blue Stone #20595B

Tints of Blue Stone #20595B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.92%

R = 15.09%
G = 41.98%
B = 42.92%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20595B (or 0x20595B) is known color: Blue Stone. HEX triplet: 20, 59 and 5B. RGB value is (32,89,91). Sum of RGB (Red+Green+Blue) = 32+89+91=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #20595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20595B is #DFA6A4. Grayscale: #484848. Windows color (decimal): -14657189 or 5986592. OLE color: 5986592.

HSL color Cylindrical-coordinate representation of color #20595B: hue angle of 182.03º 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 #20595B is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 89 91 -
CMYK 0.65 0.02 0 0.64
HSL 182.03º 0.48% 0.24% -
HSV(B) 182.03º 0.65% 0.36% -
XYZ 6.06 8.21 11.16 -
YUV 72.19 138.62 99.34 -
System Red Green Blue C M Y K H S L
Decimal 32 89 91 0.65 0.02 0 0.64 182.03 0.48 0.24
Hex 20 59 5B 41 2 0 40 B6 30 18
Octal 40 131 133 101 2 0 100 266 60 30
Binary 100000 1011001 1011011 1000001 10 0 1000000 10110110 110000 11000

Color Harmonies of #20595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20595B

Black with #20595B

Text Example


Text Example

White with #20595B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20595B; }

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

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

background-color css

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

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

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

border-color css

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

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

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