Html Css Color HEX #04595F Mosque

📋 copy color: '#04595F'

red 4 ◦ green 89 ◦ blue 95

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

Shades of Mosque #04595F

Tints of Mosque #04595F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.34%

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

R = 2.13%
G = 47.34%
B = 50.53%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#04595F (or 0x04595F) is known color: Mosque. HEX triplet: 04, 59 and 5F. RGB value is (4,89,95). Sum of RGB (Red+Green+Blue) = 4+89+95=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #04595F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04595F is #FBA6A0. Grayscale: #404040. Windows color (decimal): -16492193 or 6248708. OLE color: 6248708.

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

Color convert

RGB 4 89 95 -
CMYK 0.96 0.06 0 0.63
HSL 183.96º 0.92% 0.19% -
HSV(B) 183.96º 0.96% 0.37% -
XYZ 5.69 8 12.07 -
YUV 64.27 145.34 85.01 -
System Red Green Blue C M Y K H S L
Decimal 4 89 95 0.96 0.06 0 0.63 183.96 0.92 0.19
Hex 4 59 5F 60 6 0 3F B8 5C 13
Octal 4 131 137 140 6 0 77 270 134 23
Binary 100 1011001 1011111 1100000 110 0 111111 10111000 1011100 10011

Color Harmonies of #04595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04595F

Black with #04595F

Text Example


Text Example

White with #04595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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