Html Css Color HEX #085E62 Mosque

📋 copy color: '#085E62'

red 8 ◦ green 94 ◦ blue 98

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

Shades of Mosque #085E62

Tints of Mosque #085E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 49%

R = 4%
G = 47%
B = 49%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#085E62 (or 0x085E62) is known color: Mosque. HEX triplet: 08, 5E and 62. RGB value is (8,94,98). Sum of RGB (Red+Green+Blue) = 8+94+98=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 94 (37.11% from 255 or 47% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #085E62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E62 is #F7A19D. Grayscale: #444444. Windows color (decimal): -16228766 or 6446600. OLE color: 6446600.

HSL color Cylindrical-coordinate representation of color #085E62: hue angle of 182.67º 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 #085E62 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 94 98 -
CMYK 0.92 0.04 0 0.62
HSL 182.67º 0.85% 0.21% -
HSV(B) 182.67º 0.92% 0.38% -
XYZ 6.31 8.94 12.95 -
YUV 68.74 144.51 84.67 -
System Red Green Blue C M Y K H S L
Decimal 8 94 98 0.92 0.04 0 0.62 182.67 0.85 0.21
Hex 8 5E 62 5C 4 0 3E B7 55 15
Octal 10 136 142 134 4 0 76 267 125 25
Binary 1000 1011110 1100010 1011100 100 0 111110 10110111 1010101 10101

Color Harmonies of #085E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085E62

Black with #085E62

Text Example


Text Example

White with #085E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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