#085D5A

Color #085D5A Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #085D5A

Tints of Mosque #085D5A

Color information

#085D5A (or 0x085D5A) is unknown color: approx Mosque. HEX triplet: 08, 5D and 5A. RGB value is (8,93,90). Sum of RGB (Red+Green+Blue) = 8+93+90=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 93 (36.72% from 255 or 48.69% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 93 - color contains mainly: green. Hex color #085D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085D5A is #F7A2A5. Grayscale: #434343. Windows color (decimal): -16229030 or 5922056. OLE color: 5922056.

HSL color Cylindrical-coordinate representation of color #085D5A: hue angle of 177.88º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085D5A is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB89390-
CMYK0.9100.030.64
HSL177.88º84.16%19.8%-
HSV(B)177.88º91.4%36.47%-
XYZ5.868.6211.03-
YUV67.24140.8485.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.19%
GREEN value IS 93 (36.72% from 255) = 48.69%
BLUE value IS 90 (35.55% from 255) = 47.12%
R=4.19%
G=48.69%
B=47.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal893900.9100.030.64177.8884.1619.8
Hex85D5A5B0340b25414
Octal101351321330310026212424
Binary1000101110110110101011011011100000010110010101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,93,90); }

 H1.HeaderClassName
 {
   color: #085D5A;
 }
 .AnyTagClassName
 {
   color: #085D5A;
 }
</style>
background-color css

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

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

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

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

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

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