#005A55

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

Shades of Mosque #005A55

Tints of Mosque #005A55

Color information

#005A55 (or 0x005A55) is unknown color: approx Mosque. HEX triplet: 00, 5A and 55. RGB value is (0,90,85). Sum of RGB (Red+Green+Blue) = 0+90+85=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #005A55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A55 is #FFA5AA. Grayscale: #3E3E3E. Windows color (decimal): -16754091 or 5593600. OLE color: 5593600.

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

Color convert

RGB09085-
CMYK100.060.65
HSL176.67º100%17.65%-
HSV(B)176.67º100%35.29%-
XYZ5.37.979.85-
YUV62.52140.6883.41-

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.43%
BLUE value IS 85 (33.59% from 255) = 48.57%
R=0%
G=51.43%
B=48.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal09085100.060.65176.6710017.65
Hex05A55640641b16412
Octal01321251440610126114422
Binary01011010101010111001000110100000110110001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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