#1E5957

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

Shades of Blue Stone #1E5957

Tints of Blue Stone #1E5957

Color information

#1E5957 (or 0x1E5957) is unknown color: approx Blue Stone. HEX triplet: 1E, 59 and 57. RGB value is (30,89,87). Sum of RGB (Red+Green+Blue) = 30+89+87=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 89 - color contains mainly: green. Hex color #1E5957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5957 is #E1A6A8. Grayscale: #474747. Windows color (decimal): -14788265 or 5724446. OLE color: 5724446.

HSL color Cylindrical-coordinate representation of color #1E5957: hue angle of 177.97º 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 #1E5957 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB308987-
CMYK0.6600.020.65
HSL177.97º49.58%23.33%-
HSV(B)177.97º66.29%34.9%-
XYZ5.838.1110.27-
YUV71.13136.9598.66-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.56%
GREEN value IS 89 (35.16% from 255) = 43.20%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=14.56%
G=43.20%
B=42.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3089870.6600.020.65177.9749.5823.33
Hex1E5957420241b23217
Octal36131127102021012626227
Binary1111010110011010111100001001010000011011001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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