Html Css Color HEX #085E5F Mosque

📋 copy color: '#085E5F'

red 8 ◦ green 94 ◦ blue 95

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

Shades of Mosque #085E5F

Tints of Mosque #085E5F

RGB

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

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

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

R = 4.06%
G = 47.72%
B = 48.22%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#085E5F (or 0x085E5F) is known color: Mosque. HEX triplet: 08, 5E and 5F. RGB value is (8,94,95). Sum of RGB (Red+Green+Blue) = 8+94+95=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 94 (37.11% from 255 or 47.72% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #085E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E5F is #F7A1A0. Grayscale: #444444. Windows color (decimal): -16228769 or 6249992. OLE color: 6249992.

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

Color convert

RGB 8 94 95 -
CMYK 0.92 0.01 0 0.63
HSL 180.69º 0.84% 0.2% -
HSV(B) 180.69º 0.92% 0.37% -
XYZ 6.17 8.88 12.22 -
YUV 68.4 143.01 84.92 -
System Red Green Blue C M Y K H S L
Decimal 8 94 95 0.92 0.01 0 0.63 180.69 0.84 0.2
Hex 8 5E 5F 5C 1 0 3F B5 54 14
Octal 10 136 137 134 1 0 77 265 124 24
Binary 1000 1011110 1011111 1011100 1 0 111111 10110101 1010100 10100

Color Harmonies of #085E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085E5F

Black with #085E5F

Text Example


Text Example

White with #085E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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