#05574F

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

Shades of Mosque #05574F

Tints of Mosque #05574F

Color information

#05574F (or 0x05574F) is unknown color: approx Mosque. HEX triplet: 05, 57 and 4F. RGB value is (5,87,79). Sum of RGB (Red+Green+Blue) = 5+87+79=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 87 (34.38% from 255 or 50.88% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 87 - color contains mainly: green. Hex color #05574F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05574F is #FAA8B0. Grayscale: #3D3D3D. Windows color (decimal): -16427185 or 5199621. OLE color: 5199621.

HSL color Cylindrical-coordinate representation of color #05574F: hue angle of 174.15º 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 #05574F is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB58779-
CMYK0.9400.090.66
HSL174.15º89.13%18.04%-
HSV(B)174.15º94.25%34.12%-
XYZ4.887.418.57-
YUV61.57137.8387.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.92%
GREEN value IS 87 (34.38% from 255) = 50.88%
BLUE value IS 79 (31.25% from 255) = 46.20%
R=2.92%
G=50.88%
B=46.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal587790.9400.090.66174.1589.1318.04
Hex5574F5E0942ae5912
Octal512711713601110225613122
Binary10110101111001111101111001001100001010101110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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