Html Css Color HEX #086563 Mosque

📋 copy color: '#086563'

red 8 ◦ green 101 ◦ blue 99

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

Shades of Mosque #086563

Tints of Mosque #086563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 48.56%

 BLUE value IS 99 (39.06% from 255) = 47.6%

R = 3.85%
G = 48.56%
B = 47.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#086563 (or 0x086563) is known color: Mosque. HEX triplet: 08, 65 and 63. RGB value is (8,101,99). Sum of RGB (Red+Green+Blue) = 8+101+99=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 101 - color contains mainly: green. Hex color #086563 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086563 is #F79A9C. Grayscale: #484848. Windows color (decimal): -16226973 or 6513928. OLE color: 6513928.

HSL color Cylindrical-coordinate representation of color #086563: hue angle of 178.71º 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 #086563 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 101 99 -
CMYK 0.92 0 0.02 0.60
HSL 178.71º 0.85% 0.21% -
HSV(B) 178.71º 0.92% 0.4% -
XYZ 7.01 10.26 13.42 -
YUV 72.97 142.69 81.66 -
System Red Green Blue C M Y K H S L
Decimal 8 101 99 0.92 0 0.02 0.60 178.71 0.85 0.21
Hex 8 65 63 5C 0 2 3C B3 55 15
Octal 10 145 143 134 0 2 74 263 125 25
Binary 1000 1100101 1100011 1011100 0 10 111100 10110011 1010101 10101

Color Harmonies of #086563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086563

Black with #086563

Text Example


Text Example

White with #086563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086563; }

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

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

background-color css

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

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

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

border-color css

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

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

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