#005A53

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

Shades of Mosque #005A53

Tints of Mosque #005A53

Color information

#005A53 (or 0x005A53) is unknown color: approx Mosque. HEX triplet: 00, 5A and 53. RGB value is (0,90,83). Sum of RGB (Red+Green+Blue) = 0+90+83=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 90 (35.55% from 255 or 52.02% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 90 - color contains mainly: green. Hex color #005A53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A53 is #FFA5AC. Grayscale: #3E3E3E. Windows color (decimal): -16754093 or 5462528. OLE color: 5462528.

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

Color convert

RGB09083-
CMYK100.080.65
HSL175.33º100%17.65%-
HSV(B)175.33º100%35.29%-
XYZ5.227.949.44-
YUV62.29139.6883.57-

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.02%
BLUE value IS 83 (32.81% from 255) = 47.98%
R=0%
G=52.02%
B=47.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal09083100.080.65175.3310017.65
Hex05A53640841af6412
Octal013212314401010125714422
Binary010110101010011110010001000100000110101111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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