#055848

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

Shades of Mosque #055848

Tints of Mosque #055848

Color information

#055848 (or 0x055848) is unknown color: approx Mosque. HEX triplet: 05, 58 and 48. RGB value is (5,88,72). Sum of RGB (Red+Green+Blue) = 5+88+72=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 88 (34.77% from 255 or 53.33% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 88 - color contains mainly: green. Hex color #055848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055848 is #FAA7B7. Grayscale: #3D3D3D. Windows color (decimal): -16426936 or 4741125. OLE color: 4741125.

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

Color convert

RGB58872-
CMYK0.9400.180.65
HSL168.43º89.25%18.24%-
HSV(B)168.43º94.32%34.51%-
XYZ4.727.487.33-
YUV61.3613487.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.03%
GREEN value IS 88 (34.77% from 255) = 53.33%
BLUE value IS 72 (28.52% from 255) = 43.64%
R=3.03%
G=53.33%
B=43.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal588720.9400.180.65168.4389.2518.24
Hex558485E01241a85912
Octal513011013602210125013122
Binary101101100010010001011110010010100000110101000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055848; }

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

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

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

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

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

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

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

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