Html Css Color HEX #085950 Mosque

📋 copy color: '#085950'

red 8 ◦ green 89 ◦ blue 80

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

Shades of Mosque #085950

Tints of Mosque #085950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.28%

 BLUE value IS 80 (31.64% from 255) = 45.2%

R = 4.52%
G = 50.28%
B = 45.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#085950 (or 0x085950) is known color: Mosque. HEX triplet: 08, 59 and 50. RGB value is (8,89,80). Sum of RGB (Red+Green+Blue) = 8+89+80=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #085950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085950 is #F7A6AF. Grayscale: #3F3F3F. Windows color (decimal): -16230064 or 5265672. OLE color: 5265672.

HSL color Cylindrical-coordinate representation of color #085950: hue angle of 173.33º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085950 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 89 80 -
CMYK 0.91 0 0.10 0.65
HSL 173.33º 0.84% 0.19% -
HSV(B) 173.33º 0.91% 0.35% -
XYZ 5.12 7.78 8.82 -
YUV 63.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 8 89 80 0.91 0 0.10 0.65 173.33 0.84 0.19
Hex 8 59 50 5B 0 A 41 AD 54 13
Octal 10 131 120 133 0 12 101 255 124 23
Binary 1000 1011001 1010000 1011011 0 1010 1000001 10101101 1010100 10011

Color Harmonies of #085950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085950

Black with #085950

Text Example


Text Example

White with #085950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085950; }

 p { color: rgb(8,89,80); }

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

background-color css

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

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

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

border-color css

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

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

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