#0e5f5d

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

Shades of Blue Stone #0E5F5D

Tints of Blue Stone #0E5F5D

Color information

#0E5F5D (or 0x0E5F5D) is unknown color: approx Blue Stone. HEX triplet: 0E, 5F and 5D. RGB value is (14,95,93). Sum of RGB (Red+Green+Blue) = 14+95+93=202 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.93% from 202); Green value is 95 (37.5% from 255 or 47.03% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 95 - color contains mainly: green. Hex color #0E5F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5F5D is #F1A0A2. Grayscale: #464646. Windows color (decimal): -15835299 or 6119182. OLE color: 6119182.

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

Color convert

RGB149593-
CMYK0.8500.020.63
HSL178.52º74.31%21.37%-
HSV(B)178.52º85.26%37.25%-
XYZ6.259.0711.78-
YUV70.55140.6687.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.93%
GREEN value IS 95 (37.5% from 255) = 47.03%
BLUE value IS 93 (36.72% from 255) = 46.04%
R=6.93%
G=47.03%
B=46.04%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1495930.8500.020.63178.5274.3121.37
HexE5F5D55023Fb34a15
Octal16137135125027726311225
Binary111010111111011101101010101011111110110011100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e5f5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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