#005A51

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

Shades of Mosque #005A51

Tints of Mosque #005A51

Color information

#005A51 (or 0x005A51) is unknown color: approx Mosque. HEX triplet: 00, 5A and 51. RGB value is (0,90,81). Sum of RGB (Red+Green+Blue) = 0+90+81=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 90 (35.55% from 255 or 52.63% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 90 - color contains mainly: green. Hex color #005A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A51 is #FFA5AE. Grayscale: #3E3E3E. Windows color (decimal): -16754095 or 5331456. OLE color: 5331456.

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

Color convert

RGB09081-
CMYK100.10.65
HSL174º100%17.65%-
HSV(B)174º100%35.29%-
XYZ5.147.919.04-
YUV62.06138.6883.73-

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) = 52.63%
BLUE value IS 81 (32.03% from 255) = 47.37%
R=0%
G=52.63%
B=47.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal09081100.10.6517410017.65
Hex05A51640A41ae6412
Octal013212114401210125614422
Binary010110101010001110010001010100000110101110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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