#086560

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

Shades of Mosque #086560

Tints of Mosque #086560

Color information

#086560 (or 0x086560) is unknown color: approx Mosque. HEX triplet: 08, 65 and 60. RGB value is (8,101,96). Sum of RGB (Red+Green+Blue) = 8+101+96=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 101 (39.84% from 255 or 49.27% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 101 - color contains mainly: green. Hex color #086560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086560 is #F79A9F. Grayscale: #484848. Windows color (decimal): -16226976 or 6317320. OLE color: 6317320.

HSL color Cylindrical-coordinate representation of color #086560: hue angle of 176.77º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086560 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB810196-
CMYK0.9200.050.60
HSL176.77º85.32%21.37%-
HSV(B)176.77º92.08%39.61%-
XYZ6.8710.212.67-
YUV72.62141.1981.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.90%
GREEN value IS 101 (39.84% from 255) = 49.27%
BLUE value IS 96 (37.89% from 255) = 46.83%
R=3.90%
G=49.27%
B=46.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8101960.9200.050.60176.7785.3221.37
Hex865605C053Cb15515
Octal10145140134057426112525
Binary1000110010111000001011100010111110010110001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086560; }

 p { color: rgb(8,101,96); }

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

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

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

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

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

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

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