#056A61

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

Shades of Mosque #056A61

Tints of Mosque #056A61

Color information

#056A61 (or 0x056A61) is unknown color: approx Mosque. HEX triplet: 05, 6A and 61. RGB value is (5,106,97). Sum of RGB (Red+Green+Blue) = 5+106+97=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 106 (41.80% from 255 or 50.96% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 106 - color contains mainly: green. Hex color #056A61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056A61 is #FA959E. Grayscale: #4A4A4A. Windows color (decimal): -16422303 or 6384133. OLE color: 6384133.

HSL color Cylindrical-coordinate representation of color #056A61: hue angle of 174.65º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056A61 is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB510697-
CMYK0.9500.080.58
HSL174.65º90.99%21.76%-
HSV(B)174.65º95.28%41.57%-
XYZ7.3711.213.08-
YUV74.77140.5478.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.40%
GREEN value IS 106 (41.80% from 255) = 50.96%
BLUE value IS 97 (38.28% from 255) = 46.63%
R=2.40%
G=50.96%
B=46.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5106970.9500.080.58174.6590.9921.76
Hex56A615F083Aaf5b16
Octal51521411370107225713326
Binary1011101010110000110111110100011101010101111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056A61; }

 p { color: rgb(5,106,97); }

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

<style>
 a { background-color: #056A61; }

 a { background-color: rgb(5,106,97); }

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

<style>
 span { border-color: #056A61; }

 span { border-color: rgb(5,106,97); }

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