#1E5A59

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

Shades of Blue Stone #1E5A59

Tints of Blue Stone #1E5A59

Color information

#1E5A59 (or 0x1E5A59) is unknown color: approx Blue Stone. HEX triplet: 1E, 5A and 59. RGB value is (30,90,89). Sum of RGB (Red+Green+Blue) = 30+90+89=209 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.35% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 90 - color contains mainly: green. Hex color #1E5A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5A59 is #E1A5A6. Grayscale: #474747. Windows color (decimal): -14788007 or 5855774. OLE color: 5855774.

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

Color convert

RGB309089-
CMYK0.6700.010.65
HSL179º50%23.53%-
HSV(B)179º66.67%35.29%-
XYZ5.998.3110.74-
YUV71.95137.6298.08-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.35%
GREEN value IS 90 (35.55% from 255) = 43.06%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=14.35%
G=43.06%
B=42.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3090890.6700.010.651795023.53
Hex1E5A59430141b33218
Octal36132131103011012636230
Binary111101011010101100110000110110000011011001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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