Html Css Color HEX #04584C Mosque

📋 copy color: '#04584C'

red 4 ◦ green 88 ◦ blue 76

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

Shades of Mosque #04584C

Tints of Mosque #04584C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 45.24%

R = 2.38%
G = 52.38%
B = 45.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#04584C (or 0x04584C) is known color: Mosque. HEX triplet: 04, 58 and 4C. RGB value is (4,88,76). Sum of RGB (Red+Green+Blue) = 4+88+76=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #04584C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04584C is #FBA7B3. Grayscale: #3D3D3D. Windows color (decimal): -16492468 or 5003268. OLE color: 5003268.

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

Color convert

RGB 4 88 76 -
CMYK 0.95 0 0.14 0.65
HSL 171.43º 0.91% 0.18% -
HSV(B) 171.43º 0.95% 0.35% -
XYZ 4.84 7.53 8.04 -
YUV 61.52 136.17 86.98 -
System Red Green Blue C M Y K H S L
Decimal 4 88 76 0.95 0 0.14 0.65 171.43 0.91 0.18
Hex 4 58 4C 5F 0 E 41 AB 5B 12
Octal 4 130 114 137 0 16 101 253 133 22
Binary 100 1011000 1001100 1011111 0 1110 1000001 10101011 1011011 10010

Color Harmonies of #04584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04584C

Black with #04584C

Text Example


Text Example

White with #04584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04584C; }

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

 H1.HeaderClassName
 {
   color: #04584C;
 }
 .AnyTagClassName
 {
   color: #04584C;
 }
</style>

background-color css

<style>
 a { background-color: #04584C; }

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

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

border-color css

<style>
 span { border-color: #04584C; }

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

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