#005A59

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

Shades of Mosque #005A59

Tints of Mosque #005A59

Color information

#005A59 (or 0x005A59) is unknown color: approx Mosque. HEX triplet: 00, 5A and 59. RGB value is (0,90,89). Sum of RGB (Red+Green+Blue) = 0+90+89=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #005A59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A59 is #FFA5A6. Grayscale: #3E3E3E. Windows color (decimal): -16754087 or 5855744. OLE color: 5855744.

HSL color Cylindrical-coordinate representation of color #005A59: hue angle of 179.33º 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 #005A59 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB09089-
CMYK100.010.65
HSL179.33º100%17.65%-
HSV(B)179.33º100%35.29%-
XYZ5.468.0310.71-
YUV62.98142.6883.08-

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) = 50.28%
BLUE value IS 89 (35.16% from 255) = 49.72%
R=0%
G=50.28%
B=49.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal09089100.010.65179.3310017.65
Hex05A59640141b36412
Octal01321311440110126314422
Binary010110101011001110010001100000110110011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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