#055849

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

Shades of Mosque #055849

Tints of Mosque #055849

Color information

#055849 (or 0x055849) is unknown color: approx Mosque. HEX triplet: 05, 58 and 49. RGB value is (5,88,73). Sum of RGB (Red+Green+Blue) = 5+88+73=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #055849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055849 is #FAA7B6. Grayscale: #3D3D3D. Windows color (decimal): -16426935 or 4806661. OLE color: 4806661.

HSL color Cylindrical-coordinate representation of color #055849: hue angle of 169.16º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055849 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB58873-
CMYK0.9400.170.65
HSL169.16º89.25%18.24%-
HSV(B)169.16º94.32%34.51%-
XYZ4.757.497.5-
YUV61.47134.587.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.01%
GREEN value IS 88 (34.77% from 255) = 53.01%
BLUE value IS 73 (28.91% from 255) = 43.98%
R=3.01%
G=53.01%
B=43.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal588730.9400.170.65169.1689.2518.24
Hex558495E01141a95912
Octal513011113602110125113122
Binary101101100010010011011110010001100000110101001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055849; }

 p { color: rgb(5,88,73); }

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

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

 a { background-color: rgb(5,88,73); }

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

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

 span { border-color: rgb(5,88,73); }

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