#085B61

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

Shades of Mosque #085B61

Tints of Mosque #085B61

Color information

#085B61 (or 0x085B61) is unknown color: approx Mosque. HEX triplet: 08, 5B and 61. RGB value is (8,91,97). Sum of RGB (Red+Green+Blue) = 8+91+97=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 91 (35.94% from 255 or 46.43% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #085B61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085B61 is #F7A49E. Grayscale: #424242. Windows color (decimal): -16229535 or 6380296. OLE color: 6380296.

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

Color convert

RGB89197-
CMYK0.920.0600.62
HSL184.04º84.76%20.59%-
HSV(B)184.04º91.75%38.04%-
XYZ68.412.61-
YUV66.8714586.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.08%
GREEN value IS 91 (35.94% from 255) = 46.43%
BLUE value IS 97 (38.28% from 255) = 49.49%
R=4.08%
G=46.43%
B=49.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal891970.920.0600.62184.0484.7620.59
Hex85B615C603Eb85515
Octal10133141134607627012525
Binary1000101101111000011011100110011111010111000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,91,97); }

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

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

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

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

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

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

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