#045C52

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

Shades of Mosque #045C52

Tints of Mosque #045C52

Color information

#045C52 (or 0x045C52) is unknown color: approx Mosque. HEX triplet: 04, 5C and 52. RGB value is (4,92,82). Sum of RGB (Red+Green+Blue) = 4+92+82=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 92 (36.33% from 255 or 51.69% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 92 - color contains mainly: green. Hex color #045C52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045C52 is #FBA3AD. Grayscale: #404040. Windows color (decimal): -16491438 or 5397508. OLE color: 5397508.

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

Color convert

RGB49282-
CMYK0.9600.110.64
HSL173.18º91.67%18.82%-
HSV(B)173.18º95.65%36.08%-
XYZ5.48.299.3-
YUV64.55137.8584.81-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.25%
GREEN value IS 92 (36.33% from 255) = 51.69%
BLUE value IS 82 (32.42% from 255) = 46.07%
R=2.25%
G=51.69%
B=46.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal492820.9600.110.64173.1891.6718.82
Hex45C52600B40ad5c13
Octal413412214001310025513423
Binary10010111001010010110000001011100000010101101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,92,82); }

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

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

 a { background-color: rgb(4,92,82); }

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

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

 span { border-color: rgb(4,92,82); }

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