Html Css Color HEX #0E5D59 Blue Stone

📋 copy color: '#0E5D59'

red 14 ◦ green 93 ◦ blue 89

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

Shades of Blue Stone #0E5D59

Tints of Blue Stone #0E5D59

RGB

 RED value IS 14 (5.86% from 255) = 7.14%

 GREEN value IS 93 (36.72% from 255) = 47.45%

 BLUE value IS 89 (35.16% from 255) = 45.41%

R = 7.14%
G = 47.45%
B = 45.41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#0E5D59 (or 0x0E5D59) is known color: Blue Stone. HEX triplet: 0E, 5D and 59. RGB value is (14,93,89). Sum of RGB (Red+Green+Blue) = 14+93+89=196 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.14% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #0E5D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5D59 is #F1A2A6. Grayscale: #444444. Windows color (decimal): -15835815 or 5856526. OLE color: 5856526.

HSL color Cylindrical-coordinate representation of color #0E5D59: hue angle of 176.96º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E5D59 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 14 93 89 -
CMYK 0.85 0 0.04 0.64
HSL 176.96º 0.74% 0.21% -
HSV(B) 176.96º 0.85% 0.36% -
XYZ 5.9 8.64 10.81 -
YUV 68.92 139.33 88.83 -
System Red Green Blue C M Y K H S L
Decimal 14 93 89 0.85 0 0.04 0.64 176.96 0.74 0.21
Hex E 5D 59 55 0 4 40 B1 4A 15
Octal 16 135 131 125 0 4 100 261 112 25
Binary 1110 1011101 1011001 1010101 0 100 1000000 10110001 1001010 10101

Color Harmonies of #0E5D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5D59

Black with #0E5D59

Text Example


Text Example

White with #0E5D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E5D59; }

 p { color: rgb(14,93,89); }

 H1.HeaderClassName
 {
   color: #0E5D59;
 }
 .AnyTagClassName
 {
   color: #0E5D59;
 }
</style>

background-color css

<style>
 a { background-color: #0E5D59; }

 a { background-color: rgb(14,93,89); }

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

border-color css

<style>
 span { border-color: #0E5D59; }

 span { border-color: rgb(14,93,89); }

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