#045A59

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

Shades of Mosque #045A59

Tints of Mosque #045A59

Color information

#045A59 (or 0x045A59) is unknown color: approx Mosque. HEX triplet: 04, 5A and 59. RGB value is (4,90,89). Sum of RGB (Red+Green+Blue) = 4+90+89=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 90 (35.55% from 255 or 49.18% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 90 - color contains mainly: green. Hex color #045A59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045A59 is #FBA5A6. Grayscale: #404040. Windows color (decimal): -16491943 or 5855748. OLE color: 5855748.

HSL color Cylindrical-coordinate representation of color #045A59: hue angle of 179.3º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045A59 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB49089-
CMYK0.9600.010.65
HSL179.3º91.49%18.43%-
HSV(B)179.3º95.56%35.29%-
XYZ5.518.0610.72-
YUV64.17142.0185.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.19%
GREEN value IS 90 (35.55% from 255) = 49.18%
BLUE value IS 89 (35.16% from 255) = 48.63%
R=2.19%
G=49.18%
B=48.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal490890.9600.010.65179.391.4918.43
Hex45A59600141b35b12
Octal41321311400110126313322
Binary10010110101011001110000001100000110110011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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