Html Css Color HEX #04585F Mosque

📋 copy color: '#04585F'

red 4 ◦ green 88 ◦ blue 95

#04585F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #04585F

Tints of Mosque #04585F

RGB

 RED value IS 4 (1.95% from 255) = 2.14%

 GREEN value IS 88 (34.77% from 255) = 47.06%

 BLUE value IS 95 (37.5% from 255) = 50.8%

R = 2.14%
G = 47.06%
B = 50.8%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#04585F (or 0x04585F) is known color: Mosque. HEX triplet: 04, 58 and 5F. RGB value is (4,88,95). Sum of RGB (Red+Green+Blue) = 4+88+95=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #04585F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04585F is #FBA7A0. Grayscale: #3F3F3F. Windows color (decimal): -16492449 or 6248452. OLE color: 6248452.

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

Color convert

RGB 4 88 95 -
CMYK 0.96 0.07 0 0.63
HSL 184.62º 0.92% 0.19% -
HSV(B) 184.62º 0.96% 0.37% -
XYZ 5.61 7.83 12.04 -
YUV 63.68 145.67 85.43 -
System Red Green Blue C M Y K H S L
Decimal 4 88 95 0.96 0.07 0 0.63 184.62 0.92 0.19
Hex 4 58 5F 60 7 0 3F B9 5C 13
Octal 4 130 137 140 7 0 77 271 134 23
Binary 100 1011000 1011111 1100000 111 0 111111 10111001 1011100 10011

Color Harmonies of #04585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04585F

Black with #04585F

Text Example


Text Example

White with #04585F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04585F;
 }
 .AnyTagClassName
 {
   color: #04585F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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