#05574d

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

Shades of Mosque #05574D

Tints of Mosque #05574D

Color information

#05574D (or 0x05574D) is unknown color: approx Mosque. HEX triplet: 05, 57 and 4D. RGB value is (5,87,77). Sum of RGB (Red+Green+Blue) = 5+87+77=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 87 (34.38% from 255 or 51.48% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 87 - color contains mainly: green. Hex color #05574D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05574D is #FAA8B2. Grayscale: #3D3D3D. Windows color (decimal): -16427187 or 5068549. OLE color: 5068549.

HSL color Cylindrical-coordinate representation of color #05574D: hue angle of 172.68º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05574D is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB58777-
CMYK0.9400.110.66
HSL172.68º89.13%18.04%-
HSV(B)172.68º94.25%34.12%-
XYZ4.817.388.19-
YUV61.34136.8387.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.96%
GREEN value IS 87 (34.38% from 255) = 51.48%
BLUE value IS 77 (30.47% from 255) = 45.56%
R=2.96%
G=51.48%
B=45.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal587770.9400.110.66172.6889.1318.04
Hex5574D5E0B42ad5912
Octal512711513601310225513122
Binary10110101111001101101111001011100001010101101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05574d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05574d; }

 p { color: rgb(5,87,77); }

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

<style>
 a { background-color: #05574d; }

 a { background-color: rgb(5,87,77); }

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

<style>
 span { border-color: #05574d; }

 span { border-color: rgb(5,87,77); }

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