Html Css Color HEX #20585E Blue Stone

📋 copy color: '#20585E'

red 32 ◦ green 88 ◦ blue 94

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

Shades of Blue Stone #20585E

Tints of Blue Stone #20585E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 43.93%

R = 14.95%
G = 41.12%
B = 43.93%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20585E (or 0x20585E) is known color: Blue Stone. HEX triplet: 20, 58 and 5E. RGB value is (32,88,94). Sum of RGB (Red+Green+Blue) = 32+88+94=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 94 - color contains mainly: blue. Hex color #20585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20585E is #DFA7A1. Grayscale: #474747. Windows color (decimal): -14657442 or 6182944. OLE color: 6182944.

HSL color Cylindrical-coordinate representation of color #20585E: hue angle of 185.81º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20585E is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 88 94 -
CMYK 0.66 0.06 0 0.63
HSL 185.81º 0.49% 0.25% -
HSV(B) 185.81º 0.66% 0.37% -
XYZ 6.11 8.09 11.83 -
YUV 71.94 140.45 99.51 -
System Red Green Blue C M Y K H S L
Decimal 32 88 94 0.66 0.06 0 0.63 185.81 0.49 0.25
Hex 20 58 5E 42 6 0 3F BA 31 19
Octal 40 130 136 102 6 0 77 272 61 31
Binary 100000 1011000 1011110 1000010 110 0 111111 10111010 110001 11001

Color Harmonies of #20585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20585E

Black with #20585E

Text Example


Text Example

White with #20585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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