#04564F

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

Shades of Mosque #04564F

Tints of Mosque #04564F

Color information

#04564F (or 0x04564F) is unknown color: approx Mosque. HEX triplet: 04, 56 and 4F. RGB value is (4,86,79). Sum of RGB (Red+Green+Blue) = 4+86+79=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 86 (33.98% from 255 or 50.89% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 86 - color contains mainly: green. Hex color #04564F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04564F is #FBA9B0. Grayscale: #3C3C3C. Windows color (decimal): -16492977 or 5199364. OLE color: 5199364.

HSL color Cylindrical-coordinate representation of color #04564F: hue angle of 174.88º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04564F is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB48679-
CMYK0.9500.080.66
HSL174.88º91.11%17.65%-
HSV(B)174.88º95.35%33.73%-
XYZ4.797.258.54-
YUV60.68138.3387.57-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.37%
GREEN value IS 86 (33.98% from 255) = 50.89%
BLUE value IS 79 (31.25% from 255) = 46.75%
R=2.37%
G=50.89%
B=46.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal486790.9500.080.66174.8891.1117.65
Hex4564F5F0842af5b12
Octal412611713701010225713322
Binary10010101101001111101111101000100001010101111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04564F; }

 p { color: rgb(4,86,79); }

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

<style>
 a { background-color: #04564F; }

 a { background-color: rgb(4,86,79); }

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

<style>
 span { border-color: #04564F; }

 span { border-color: rgb(4,86,79); }

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