#04585D

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

Shades of Mosque #04585D

Tints of Mosque #04585D

Color information

#04585D (or 0x04585D) is unknown color: approx Mosque. HEX triplet: 04, 58 and 5D. RGB value is (4,88,93). Sum of RGB (Red+Green+Blue) = 4+88+93=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #04585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04585D is #FBA7A2. Grayscale: #3F3F3F. Windows color (decimal): -16492451 or 6117380. OLE color: 6117380.

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

Color convert

RGB48893-
CMYK0.960.0500.64
HSL183.37º91.75%19.02%-
HSV(B)183.37º95.7%36.47%-
XYZ5.527.811.57-
YUV63.45144.6785.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.16%
GREEN value IS 88 (34.77% from 255) = 47.57%
BLUE value IS 93 (36.72% from 255) = 50.27%
R=2.16%
G=47.57%
B=50.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal488930.960.0500.64183.3791.7519.02
Hex4585D605040b75c13
Octal41301351405010026713423
Binary1001011000101110111000001010100000010110111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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