#055F52

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

Shades of Mosque #055F52

Tints of Mosque #055F52

Color information

#055F52 (or 0x055F52) is unknown color: approx Mosque. HEX triplet: 05, 5F and 52. RGB value is (5,95,82). Sum of RGB (Red+Green+Blue) = 5+95+82=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 95 (37.5% from 255 or 52.20% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 95 - color contains mainly: green. Hex color #055F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055F52 is #FAA0AD. Grayscale: #424242. Windows color (decimal): -16425134 or 5398277. OLE color: 5398277.

HSL color Cylindrical-coordinate representation of color #055F52: hue angle of 171.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055F52 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB59582-
CMYK0.9500.140.63
HSL171.33º90%19.61%-
HSV(B)171.33º94.74%37.25%-
XYZ5.688.839.39-
YUV66.61136.6884.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.75%
GREEN value IS 95 (37.5% from 255) = 52.20%
BLUE value IS 82 (32.42% from 255) = 45.05%
R=2.75%
G=52.20%
B=45.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal595820.9500.140.63171.339019.61
Hex55F525F0E3Fab5a14
Octal51371221370167725313224
Binary1011011111101001010111110111011111110101011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055F52; }

 p { color: rgb(5,95,82); }

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

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

 a { background-color: rgb(5,95,82); }

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

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

 span { border-color: rgb(5,95,82); }

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