#04585B

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

Shades of Mosque #04585B

Tints of Mosque #04585B

Color information

#04585B (or 0x04585B) is unknown color: approx Mosque. HEX triplet: 04, 58 and 5B. RGB value is (4,88,91). Sum of RGB (Red+Green+Blue) = 4+88+91=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #04585B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04585B is #FBA7A4. Grayscale: #3F3F3F. Windows color (decimal): -16492453 or 5986308. OLE color: 5986308.

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

Color convert

RGB48891-
CMYK0.960.0300.64
HSL182.07º91.58%18.63%-
HSV(B)182.07º95.6%35.69%-
XYZ5.437.7611.11-
YUV63.23143.6785.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.19%
GREEN value IS 88 (34.77% from 255) = 48.09%
BLUE value IS 91 (35.94% from 255) = 49.73%
R=2.19%
G=48.09%
B=49.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal488910.960.0300.64182.0791.5818.63
Hex4585B603040b65c13
Octal41301331403010026613423
Binary100101100010110111100000110100000010110110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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