#0E5553

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

Shades of Mosque #0E5553

Tints of Mosque #0E5553

Color information

#0E5553 (or 0x0E5553) is unknown color: approx Mosque. HEX triplet: 0E, 55 and 53. RGB value is (14,85,83). Sum of RGB (Red+Green+Blue) = 14+85+83=182 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.69% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #0E5553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5553 is #F1AAAC. Grayscale: #3F3F3F. Windows color (decimal): -15837869 or 5461262. OLE color: 5461262.

HSL color Cylindrical-coordinate representation of color #0E5553: hue angle of 178.31º 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 #0E5553 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB148583-
CMYK0.8400.020.67
HSL178.31º71.72%19.41%-
HSV(B)178.31º83.53%33.33%-
XYZ4.997.219.31-
YUV63.54138.9892.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.69%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 83 (32.81% from 255) = 45.60%
R=7.69%
G=46.70%
B=45.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1485830.8400.020.67178.3171.7219.41
HexE5553540243b24813
Octal161251231240210326211023
Binary1110101010110100111010100010100001110110010100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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