#0E5554

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

Shades of Mosque #0E5554

Tints of Mosque #0E5554

Color information

#0E5554 (or 0x0E5554) is unknown color: approx Mosque. HEX triplet: 0E, 55 and 54. RGB value is (14,85,84). Sum of RGB (Red+Green+Blue) = 14+85+84=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #0E5554 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5554 is #F1AAAB. Grayscale: #3F3F3F. Windows color (decimal): -15837868 or 5526798. OLE color: 5526798.

HSL color Cylindrical-coordinate representation of color #0E5554: hue angle of 179.15º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5554 is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB148584-
CMYK0.8400.010.67
HSL179.15º71.72%19.41%-
HSV(B)179.15º83.53%33.33%-
XYZ5.037.239.52-
YUV63.66139.4892.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.65%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 84 (33.20% from 255) = 45.90%
R=7.65%
G=46.45%
B=45.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1485840.8400.010.67179.1571.7219.41
HexE5554540143b34813
Octal161251241240110326311023
Binary111010101011010100101010001100001110110011100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,85,84); }

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

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

 a { background-color: rgb(14,85,84); }

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

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

 span { border-color: rgb(14,85,84); }

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