Html Css Color HEX #04585A Mosque

📋 copy color: '#04585A'

red 4 ◦ green 88 ◦ blue 90

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

Shades of Mosque #04585A

Tints of Mosque #04585A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 49.45%

R = 2.2%
G = 48.35%
B = 49.45%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#04585A (or 0x04585A) is known color: Mosque. HEX triplet: 04, 58 and 5A. RGB value is (4,88,90). Sum of RGB (Red+Green+Blue) = 4+88+90=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #04585A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04585A is #FBA7A5. Grayscale: #3F3F3F. Windows color (decimal): -16492454 or 5920772. OLE color: 5920772.

HSL color Cylindrical-coordinate representation of color #04585A: hue angle of 181.4º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04585A is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 88 90 -
CMYK 0.96 0.02 0 0.65
HSL 181.4º 0.91% 0.18% -
HSV(B) 181.4º 0.96% 0.35% -
XYZ 5.39 7.74 10.88 -
YUV 63.11 143.17 85.84 -
System Red Green Blue C M Y K H S L
Decimal 4 88 90 0.96 0.02 0 0.65 181.4 0.91 0.18
Hex 4 58 5A 60 2 0 41 B5 5B 12
Octal 4 130 132 140 2 0 101 265 133 22
Binary 100 1011000 1011010 1100000 10 0 1000001 10110101 1011011 10010

Color Harmonies of #04585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04585A

Black with #04585A

Text Example


Text Example

White with #04585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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