#1E5956

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

Shades of Blue Stone #1E5956

Tints of Blue Stone #1E5956

Color information

#1E5956 (or 0x1E5956) is unknown color: approx Blue Stone. HEX triplet: 1E, 59 and 56. RGB value is (30,89,86). Sum of RGB (Red+Green+Blue) = 30+89+86=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #1E5956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5956 is #E1A6A9. Grayscale: #464646. Windows color (decimal): -14788266 or 5658910. OLE color: 5658910.

HSL color Cylindrical-coordinate representation of color #1E5956: hue angle of 176.95º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E5956 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB308986-
CMYK0.6600.030.65
HSL176.95º49.58%23.33%-
HSV(B)176.95º66.29%34.9%-
XYZ5.798.0910.06-
YUV71.02136.4598.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.63%
GREEN value IS 89 (35.16% from 255) = 43.41%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=14.63%
G=43.41%
B=41.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3089860.6600.030.65176.9549.5823.33
Hex1E5956420341b13217
Octal36131126102031012616227
Binary1111010110011010110100001001110000011011000111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E5956; }

 p { color: rgb(30,89,86); }

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

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

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

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

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

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

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