#086263

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

Shades of Mosque #086263

Tints of Mosque #086263

Color information

#086263 (or 0x086263) is unknown color: approx Mosque. HEX triplet: 08, 62 and 63. RGB value is (8,98,99). Sum of RGB (Red+Green+Blue) = 8+98+99=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #086263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086263 is #F79D9C. Grayscale: #474747. Windows color (decimal): -16227741 or 6513160. OLE color: 6513160.

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

Color convert

RGB89899-
CMYK0.920.0100.61
HSL180.66º85.05%20.98%-
HSV(B)180.66º91.92%38.82%-
XYZ6.729.6913.32-
YUV71.2143.6882.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.90%
GREEN value IS 98 (38.67% from 255) = 47.80%
BLUE value IS 99 (39.06% from 255) = 48.29%
R=3.90%
G=47.80%
B=48.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal898990.920.0100.61180.6685.0520.98
Hex862635C103Db55515
Octal10142143134107526512525
Binary10001100010110001110111001011110110110101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086263; }

 p { color: rgb(8,98,99); }

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

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

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

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

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

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

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