#20595A

Color #20595A Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #20595A

Tints of Blue Stone #20595A

Color information

#20595A (or 0x20595A) is unknown color: approx Blue Stone. HEX triplet: 20, 59 and 5A. RGB value is (32,89,90). Sum of RGB (Red+Green+Blue) = 32+89+90=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #20595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20595A is #DFA6A5. Grayscale: #484848. Windows color (decimal): -14657190 or 5921056. OLE color: 5921056.

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

Color convert

RGB328990-
CMYK0.640.0100.65
HSL181.03º47.54%23.92%-
HSV(B)181.03º64.44%35.29%-
XYZ6.018.1910.94-
YUV72.07138.1299.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.17%
GREEN value IS 89 (35.16% from 255) = 42.18%
BLUE value IS 90 (35.55% from 255) = 42.65%
R=15.17%
G=42.18%
B=42.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3289900.640.0100.65181.0347.5423.92
Hex20595A401041b53018
Octal40131132100101012656030
Binary1000001011001101101010000001010000011011010111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20595A;
 }
 .AnyTagClassName
 {
   color: #20595A;
 }
</style>
background-color css

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

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

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

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

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

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