#045D58

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

Shades of Mosque #045D58

Tints of Mosque #045D58

Color information

#045D58 (or 0x045D58) is unknown color: approx Mosque. HEX triplet: 04, 5D and 58. RGB value is (4,93,88). Sum of RGB (Red+Green+Blue) = 4+93+88=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 93 (36.72% from 255 or 50.27% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 93 - color contains mainly: green. Hex color #045D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045D58 is #FBA2A7. Grayscale: #414141. Windows color (decimal): -16491176 or 5790980. OLE color: 5790980.

HSL color Cylindrical-coordinate representation of color #045D58: hue angle of 176.63º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045D58 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB49388-
CMYK0.9600.050.64
HSL176.63º91.75%19.02%-
HSV(B)176.63º95.7%36.47%-
XYZ5.738.5610.58-
YUV65.82140.5183.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.16%
GREEN value IS 93 (36.72% from 255) = 50.27%
BLUE value IS 88 (34.77% from 255) = 47.57%
R=2.16%
G=50.27%
B=47.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal493880.9600.050.64176.6391.7519.02
Hex45D58600540b15c13
Octal41351301400510026113423
Binary1001011101101100011000000101100000010110001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,93,88); }

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

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

 a { background-color: rgb(4,93,88); }

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

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

 span { border-color: rgb(4,93,88); }

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