Html Css Color HEX #20585B Blue Stone

📋 copy color: '#20585B'

red 32 ◦ green 88 ◦ blue 91

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

Shades of Blue Stone #20585B

Tints of Blue Stone #20585B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.71%

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

R = 15.17%
G = 41.71%
B = 43.13%

CMYK

 C value IS 0.65

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20585B (or 0x20585B) is known color: Blue Stone. HEX triplet: 20, 58 and 5B. RGB value is (32,88,91). Sum of RGB (Red+Green+Blue) = 32+88+91=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #20585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20585B is #DFA7A4. Grayscale: #474747. Windows color (decimal): -14657445 or 5986336. OLE color: 5986336.

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

Color convert

RGB 32 88 91 -
CMYK 0.65 0.03 0 0.64
HSL 183.05º 0.48% 0.24% -
HSV(B) 183.05º 0.65% 0.36% -
XYZ 5.97 8.04 11.13 -
YUV 71.6 138.95 99.76 -
System Red Green Blue C M Y K H S L
Decimal 32 88 91 0.65 0.03 0 0.64 183.05 0.48 0.24
Hex 20 58 5B 41 3 0 40 B7 30 18
Octal 40 130 133 101 3 0 100 267 60 30
Binary 100000 1011000 1011011 1000001 11 0 1000000 10110111 110000 11000

Color Harmonies of #20585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20585B

Black with #20585B

Text Example


Text Example

White with #20585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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