Html Css Color HEX #085E4F Mosque

📋 copy color: '#085E4F'

red 8 ◦ green 94 ◦ blue 79

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

Shades of Mosque #085E4F

Tints of Mosque #085E4F

RGB

 RED value IS 8 (3.52% from 255) = 4.42%

 GREEN value IS 94 (37.11% from 255) = 51.93%

 BLUE value IS 79 (31.25% from 255) = 43.65%

R = 4.42%
G = 51.93%
B = 43.65%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#085E4F (or 0x085E4F) is known color: Mosque. HEX triplet: 08, 5E and 4F. RGB value is (8,94,79). Sum of RGB (Red+Green+Blue) = 8+94+79=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 94 (37.11% from 255 or 51.93% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 94 - color contains mainly: green. Hex color #085E4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E4F is #F7A1B0. Grayscale: #424242. Windows color (decimal): -16228785 or 5201416. OLE color: 5201416.

HSL color Cylindrical-coordinate representation of color #085E4F: hue angle of 169.53º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085E4F is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 94 79 -
CMYK 0.91 0 0.16 0.63
HSL 169.53º 0.84% 0.2% -
HSV(B) 169.53º 0.91% 0.37% -
XYZ 5.51 8.62 8.77 -
YUV 66.58 135.01 86.22 -
System Red Green Blue C M Y K H S L
Decimal 8 94 79 0.91 0 0.16 0.63 169.53 0.84 0.2
Hex 8 5E 4F 5B 0 10 3F AA 54 14
Octal 10 136 117 133 0 20 77 252 124 24
Binary 1000 1011110 1001111 1011011 0 10000 111111 10101010 1010100 10100

Color Harmonies of #085E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085E4F

Black with #085E4F

Text Example


Text Example

White with #085E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085E4F; }

 p { color: rgb(8,94,79); }

 H1.HeaderClassName
 {
   color: #085E4F;
 }
 .AnyTagClassName
 {
   color: #085E4F;
 }
</style>

background-color css

<style>
 a { background-color: #085E4F; }

 a { background-color: rgb(8,94,79); }

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

border-color css

<style>
 span { border-color: #085E4F; }

 span { border-color: rgb(8,94,79); }

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