#055F54

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

Shades of Mosque #055F54

Tints of Mosque #055F54

Color information

#055F54 (or 0x055F54) is unknown color: approx Mosque. HEX triplet: 05, 5F and 54. RGB value is (5,95,84). Sum of RGB (Red+Green+Blue) = 5+95+84=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 95 (37.5% from 255 or 51.63% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 95 - color contains mainly: green. Hex color #055F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055F54 is #FAA0AB. Grayscale: #424242. Windows color (decimal): -16425132 or 5529349. OLE color: 5529349.

HSL color Cylindrical-coordinate representation of color #055F54: hue angle of 172.67º 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 #055F54 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.

Color convert

RGB59584-
CMYK0.9500.120.63
HSL172.67º90%19.61%-
HSV(B)172.67º94.74%37.25%-
XYZ5.768.869.79-
YUV66.84137.6883.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.72%
GREEN value IS 95 (37.5% from 255) = 51.63%
BLUE value IS 84 (33.20% from 255) = 45.65%
R=2.72%
G=51.63%
B=45.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal595840.9500.120.63172.679019.61
Hex55F545F0C3Fad5a14
Octal51371241370147725513224
Binary1011011111101010010111110110011111110101101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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