Html Css Color HEX #085E5E Mosque

📋 copy color: '#085E5E'

red 8 ◦ green 94 ◦ blue 94

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

Shades of Mosque #085E5E

Tints of Mosque #085E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 47.96%

R = 4.08%
G = 47.96%
B = 47.96%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#085E5E (or 0x085E5E) is known color: Mosque. HEX triplet: 08, 5E and 5E. RGB value is (8,94,94). Sum of RGB (Red+Green+Blue) = 8+94+94=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 94 (37.11% from 255 or 47.96% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: green, blue. Hex color #085E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E5E is #F7A1A1. Grayscale: #444444. Windows color (decimal): -16228770 or 6184456. OLE color: 6184456.

HSL color Cylindrical-coordinate representation of color #085E5E: hue angle of 180º 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 #085E5E is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 94 94 -
CMYK 0.91 0 0 0.63
HSL 180º 0.84% 0.2% -
HSV(B) 180º 0.91% 0.37% -
XYZ 6.12 8.87 11.98 -
YUV 68.29 142.51 85 -
System Red Green Blue C M Y K H S L
Decimal 8 94 94 0.91 0 0 0.63 180 0.84 0.2
Hex 8 5E 5E 5B 0 0 3F B4 54 14
Octal 10 136 136 133 0 0 77 264 124 24
Binary 1000 1011110 1011110 1011011 0 0 111111 10110100 1010100 10100

Color Harmonies of #085E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085E5E

Black with #085E5E

Text Example


Text Example

White with #085E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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