Html Css Color HEX #1E5B57 Blue Stone

📋 copy color: '#1E5B57'

red 30 ◦ green 91 ◦ blue 87

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

Shades of Blue Stone #1E5B57

Tints of Blue Stone #1E5B57

RGB

 RED value IS 30 (12.11% from 255) = 14.42%

 GREEN value IS 91 (35.94% from 255) = 43.75%

 BLUE value IS 87 (34.38% from 255) = 41.83%

R = 14.42%
G = 43.75%
B = 41.83%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#1E5B57 (or 0x1E5B57) is known color: Blue Stone. HEX triplet: 1E, 5B and 57. RGB value is (30,91,87). Sum of RGB (Red+Green+Blue) = 30+91+87=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 91 (35.94% from 255 or 43.75% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 91 - color contains mainly: green. Hex color #1E5B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5B57 is #E1A4A8. Grayscale: #484848. Windows color (decimal): -14787753 or 5724958. OLE color: 5724958.

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

Color convert

RGB 30 91 87 -
CMYK 0.67 0 0.04 0.64
HSL 176.07º 0.5% 0.24% -
HSV(B) 176.07º 0.67% 0.36% -
XYZ 6 8.45 10.33 -
YUV 72.31 136.29 97.83 -
System Red Green Blue C M Y K H S L
Decimal 30 91 87 0.67 0 0.04 0.64 176.07 0.5 0.24
Hex 1E 5B 57 43 0 4 40 B0 32 18
Octal 36 133 127 103 0 4 100 260 62 30
Binary 11110 1011011 1010111 1000011 0 100 1000000 10110000 110010 11000

Color Harmonies of #1E5B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5B57

Black with #1E5B57

Text Example


Text Example

White with #1E5B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E5B57;
 }
 .AnyTagClassName
 {
   color: #1E5B57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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