#055556

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

Shades of Mosque #055556

Tints of Mosque #055556

Color information

#055556 (or 0x055556) is unknown color: approx Mosque. HEX triplet: 05, 55 and 56. RGB value is (5,85,86). Sum of RGB (Red+Green+Blue) = 5+85+86=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #055556 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055556 is #FAAAA9. Grayscale: #3D3D3D. Windows color (decimal): -16427690 or 5657861. OLE color: 5657861.

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

Color convert

RGB58586-
CMYK0.940.0100.66
HSL180.74º89.01%17.84%-
HSV(B)180.74º94.19%33.73%-
XYZ4.997.29.93-
YUV61.1914287.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.84%
GREEN value IS 85 (33.59% from 255) = 48.30%
BLUE value IS 86 (33.98% from 255) = 48.86%
R=2.84%
G=48.30%
B=48.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal585860.940.0100.66180.7489.0117.84
Hex555565E1042b55912
Octal51251261361010226513122
Binary10110101011010110101111010100001010110101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055556; }

 p { color: rgb(5,85,86); }

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

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

 a { background-color: rgb(5,85,86); }

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

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

 span { border-color: rgb(5,85,86); }

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