Html Css Color HEX #1E5956 Blue Stone

📋 copy color: '#1E5956'

red 30 ◦ green 89 ◦ blue 86

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

Shades of Blue Stone #1E5956

Tints of Blue Stone #1E5956

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 value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#1E5956 (or 0x1E5956) is known color: 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

RGB 30 89 86 -
CMYK 0.66 0 0.03 0.65
HSL 176.95º 0.5% 0.23% -
HSV(B) 176.95º 0.66% 0.35% -
XYZ 5.79 8.09 10.06 -
YUV 71.02 136.45 98.74 -
System Red Green Blue C M Y K H S L
Decimal 30 89 86 0.66 0 0.03 0.65 176.95 0.5 0.23
Hex 1E 59 56 42 0 3 41 B1 32 17
Octal 36 131 126 102 0 3 101 261 62 27
Binary 11110 1011001 1010110 1000010 0 11 1000001 10110001 110010 10111

Color Harmonies of #1E5956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5956

Black with #1E5956

Text Example


Text Example

White with #1E5956

Text Example


Text Example

HTML Codes & Css Web 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>