#055851

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

Shades of Mosque #055851

Tints of Mosque #055851

Color information

#055851 (or 0x055851) is unknown color: approx Mosque. HEX triplet: 05, 58 and 51. RGB value is (5,88,81). Sum of RGB (Red+Green+Blue) = 5+88+81=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #055851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055851 is #FAA7AE. Grayscale: #3E3E3E. Windows color (decimal): -16426927 or 5330949. OLE color: 5330949.

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

Color convert

RGB58881-
CMYK0.9400.080.65
HSL174.94º89.25%18.24%-
HSV(B)174.94º94.32%34.51%-
XYZ5.047.618.99-
YUV62.38138.587.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 88 (34.77% from 255) = 50.57%
BLUE value IS 81 (32.03% from 255) = 46.55%
R=2.87%
G=50.57%
B=46.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal588810.9400.080.65174.9489.2518.24
Hex558515E0841af5912
Octal513012113601010125713122
Binary10110110001010001101111001000100000110101111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055851; }

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

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

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

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

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

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

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

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