Html Css Color HEX #085E61 Mosque

📋 copy color: '#085E61'

red 8 ◦ green 94 ◦ blue 97

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

Shades of Mosque #085E61

Tints of Mosque #085E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 48.74%

R = 4.02%
G = 47.24%
B = 48.74%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#085E61 (or 0x085E61) is known color: Mosque. HEX triplet: 08, 5E and 61. RGB value is (8,94,97). Sum of RGB (Red+Green+Blue) = 8+94+97=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 94 (37.11% from 255 or 47.24% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #085E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E61 is #F7A19E. Grayscale: #444444. Windows color (decimal): -16228767 or 6381064. OLE color: 6381064.

HSL color Cylindrical-coordinate representation of color #085E61: hue angle of 182.02º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085E61 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 94 97 -
CMYK 0.92 0.03 0 0.62
HSL 182.02º 0.85% 0.21% -
HSV(B) 182.02º 0.92% 0.38% -
XYZ 6.26 8.92 12.7 -
YUV 68.63 144.01 84.76 -
System Red Green Blue C M Y K H S L
Decimal 8 94 97 0.92 0.03 0 0.62 182.02 0.85 0.21
Hex 8 5E 61 5C 3 0 3E B6 55 15
Octal 10 136 141 134 3 0 76 266 125 25
Binary 1000 1011110 1100001 1011100 11 0 111110 10110110 1010101 10101

Color Harmonies of #085E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085E61

Black with #085E61

Text Example


Text Example

White with #085E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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