#045F5A

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

Shades of Mosque #045F5A

Tints of Mosque #045F5A

Color information

#045F5A (or 0x045F5A) is unknown color: approx Mosque. HEX triplet: 04, 5F and 5A. RGB value is (4,95,90). Sum of RGB (Red+Green+Blue) = 4+95+90=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 95 (37.5% from 255 or 50.26% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 95 - color contains mainly: green. Hex color #045F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045F5A is #FBA0A5. Grayscale: #434343. Windows color (decimal): -16490662 or 5922564. OLE color: 5922564.

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

Color convert

RGB49590-
CMYK0.9600.050.63
HSL176.7º91.92%19.41%-
HSV(B)176.7º95.79%37.25%-
XYZ5.998.9511.08-
YUV67.22140.8582.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.12%
GREEN value IS 95 (37.5% from 255) = 50.26%
BLUE value IS 90 (35.55% from 255) = 47.62%
R=2.12%
G=50.26%
B=47.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal495900.9600.050.63176.791.9219.41
Hex45F5A60053Fb15c13
Octal4137132140057726113423
Binary100101111110110101100000010111111110110001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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