#005E5D

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

Shades of Mosque #005E5D

Tints of Mosque #005E5D

Color information

#005E5D (or 0x005E5D) is unknown color: approx Mosque. HEX triplet: 00, 5E and 5D. RGB value is (0,94,93). Sum of RGB (Red+Green+Blue) = 0+94+93=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 94 (37.11% from 255 or 50.27% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 94 - color contains mainly: green. Hex color #005E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005E5D is #FFA1A2. Grayscale: #414141. Windows color (decimal): -16753059 or 6118912. OLE color: 6118912.

HSL color Cylindrical-coordinate representation of color #005E5D: hue angle of 179.36º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E5D is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB09493-
CMYK100.010.63
HSL179.36º100%18.43%-
HSV(B)179.36º100%36.86%-
XYZ5.988.811.74-
YUV65.78143.3681.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 94 (37.11% from 255) = 50.27%
BLUE value IS 93 (36.72% from 255) = 49.73%
R=0%
G=50.27%
B=49.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal09493100.010.63179.3610018.43
Hex05E5D64013Fb36412
Octal0136135144017726314422
Binary01011110101110111001000111111110110011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005E5D; }

 p { color: rgb(0,94,93); }

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

<style>
 a { background-color: #005E5D; }

 a { background-color: rgb(0,94,93); }

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

<style>
 span { border-color: #005E5D; }

 span { border-color: rgb(0,94,93); }

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