#045A58

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

Shades of Mosque #045A58

Tints of Mosque #045A58

Color information

#045A58 (or 0x045A58) is unknown color: approx Mosque. HEX triplet: 04, 5A and 58. RGB value is (4,90,88). Sum of RGB (Red+Green+Blue) = 4+90+88=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #045A58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045A58 is #FBA5A7. Grayscale: #3F3F3F. Windows color (decimal): -16491944 or 5790212. OLE color: 5790212.

HSL color Cylindrical-coordinate representation of color #045A58: hue angle of 178.6º 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 #045A58 is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB49088-
CMYK0.9600.020.65
HSL178.6º91.49%18.43%-
HSV(B)178.6º95.56%35.29%-
XYZ5.478.0410.5-
YUV64.06141.5185.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.20%
GREEN value IS 90 (35.55% from 255) = 49.45%
BLUE value IS 88 (34.77% from 255) = 48.35%
R=2.20%
G=49.45%
B=48.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal490880.9600.020.65178.691.4918.43
Hex45A58600241b35b12
Octal41321301400210126313322
Binary100101101010110001100000010100000110110011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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