#005A54

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

Shades of Mosque #005A54

Tints of Mosque #005A54

Color information

#005A54 (or 0x005A54) is unknown color: approx Mosque. HEX triplet: 00, 5A and 54. RGB value is (0,90,84). Sum of RGB (Red+Green+Blue) = 0+90+84=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 90 (35.55% from 255 or 51.72% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 90 - color contains mainly: green. Hex color #005A54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A54 is #FFA5AB. Grayscale: #3E3E3E. Windows color (decimal): -16754092 or 5528064. OLE color: 5528064.

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

Color convert

RGB09084-
CMYK100.070.65
HSL176º100%17.65%-
HSV(B)176º100%35.29%-
XYZ5.267.959.65-
YUV62.41140.1883.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 90 (35.55% from 255) = 51.72%
BLUE value IS 84 (33.20% from 255) = 48.28%
R=0%
G=51.72%
B=48.28%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal09084100.070.6517610017.65
Hex05A54640741b06412
Octal01321241440710126014422
Binary01011010101010011001000111100000110110000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005A54; }

 p { color: rgb(0,90,84); }

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

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

 a { background-color: rgb(0,90,84); }

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

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

 span { border-color: rgb(0,90,84); }

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