#045A51

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

Shades of Mosque #045A51

Tints of Mosque #045A51

Color information

#045A51 (or 0x045A51) is unknown color: approx Mosque. HEX triplet: 04, 5A and 51. RGB value is (4,90,81). Sum of RGB (Red+Green+Blue) = 4+90+81=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #045A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045A51 is #FBA5AE. Grayscale: #3F3F3F. Windows color (decimal): -16491951 or 5331460. OLE color: 5331460.

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

Color convert

RGB49081-
CMYK0.9600.10.65
HSL173.72º91.49%18.43%-
HSV(B)173.72º95.56%35.29%-
XYZ5.197.939.04-
YUV63.26138.0185.73-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.29%
GREEN value IS 90 (35.55% from 255) = 51.43%
BLUE value IS 81 (32.03% from 255) = 46.29%
R=2.29%
G=51.43%
B=46.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal490810.9600.10.65173.7291.4918.43
Hex45A51600A41ae5b12
Octal413212114001210125613322
Binary10010110101010001110000001010100000110101110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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