#055e5d

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

Shades of Mosque #055E5D

Tints of Mosque #055E5D

Color information

#055E5D (or 0x055E5D) is unknown color: approx Mosque. HEX triplet: 05, 5E and 5D. RGB value is (5,94,93). Sum of RGB (Red+Green+Blue) = 5+94+93=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 94 (37.11% from 255 or 48.96% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 94 - color contains mainly: green. Hex color #055E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055E5D is #FAA1A2. Grayscale: #434343. Windows color (decimal): -16425379 or 6118917. OLE color: 6118917.

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

Color convert

RGB59493-
CMYK0.9500.010.63
HSL179.33º89.9%19.41%-
HSV(B)179.33º94.68%36.86%-
XYZ6.048.8311.74-
YUV67.27142.5183.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.60%
GREEN value IS 94 (37.11% from 255) = 48.96%
BLUE value IS 93 (36.72% from 255) = 48.44%
R=2.60%
G=48.96%
B=48.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal594930.9500.010.63179.3389.919.41
Hex55E5D5F013Fb35a13
Octal5136135137017726313223
Binary1011011110101110110111110111111110110011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055e5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055e5d; }

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

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

<style>
 a { background-color: #055e5d; }

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

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

<style>
 span { border-color: #055e5d; }

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

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