#04554F

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

Shades of Mosque #04554F

Tints of Mosque #04554F

Color information

#04554F (or 0x04554F) is unknown color: approx Mosque. HEX triplet: 04, 55 and 4F. RGB value is (4,85,79). Sum of RGB (Red+Green+Blue) = 4+85+79=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #04554F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04554F is #FBAAB0. Grayscale: #3C3C3C. Windows color (decimal): -16493233 or 5199108. OLE color: 5199108.

HSL color Cylindrical-coordinate representation of color #04554F: hue angle of 175.56º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04554F is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB48579-
CMYK0.9500.070.67
HSL175.56º91.01%17.45%-
HSV(B)175.56º95.29%33.33%-
XYZ4.717.098.52-
YUV60.1138.6687.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.38%
GREEN value IS 85 (33.59% from 255) = 50.60%
BLUE value IS 79 (31.25% from 255) = 47.02%
R=2.38%
G=50.60%
B=47.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal485790.9500.070.67175.5691.0117.45
Hex4554F5F0743b05b11
Octal41251171370710326013321
Binary1001010101100111110111110111100001110110000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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