#04585E

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

Shades of Mosque #04585E

Tints of Mosque #04585E

Color information

#04585E (or 0x04585E) is unknown color: approx Mosque. HEX triplet: 04, 58 and 5E. RGB value is (4,88,94). Sum of RGB (Red+Green+Blue) = 4+88+94=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #04585E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04585E is #FBA7A1. Grayscale: #3F3F3F. Windows color (decimal): -16492450 or 6182916. OLE color: 6182916.

HSL color Cylindrical-coordinate representation of color #04585E: hue angle of 184º 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 #04585E is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB48894-
CMYK0.960.0600.63
HSL184º91.84%19.22%-
HSV(B)184º95.74%36.86%-
XYZ5.567.8111.8-
YUV63.57145.1785.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.15%
GREEN value IS 88 (34.77% from 255) = 47.31%
BLUE value IS 94 (37.11% from 255) = 50.54%
R=2.15%
G=47.31%
B=50.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal488940.960.0600.6318491.8419.22
Hex4585E60603Fb85c13
Octal4130136140607727013423
Binary100101100010111101100000110011111110111000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04585E; }

 p { color: rgb(4,88,94); }

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

<style>
 a { background-color: #04585E; }

 a { background-color: rgb(4,88,94); }

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

<style>
 span { border-color: #04585E; }

 span { border-color: rgb(4,88,94); }

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