Html Css Color HEX #086059 Mosque

📋 copy color: '#086059'

red 8 ◦ green 96 ◦ blue 89

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

Shades of Mosque #086059

Tints of Mosque #086059

RGB

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

 GREEN value IS 96 (37.89% from 255) = 49.74%

 BLUE value IS 89 (35.16% from 255) = 46.11%

R = 4.15%
G = 49.74%
B = 46.11%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#086059 (or 0x086059) is known color: Mosque. HEX triplet: 08, 60 and 59. RGB value is (8,96,89). Sum of RGB (Red+Green+Blue) = 8+96+89=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #086059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086059 is #F79FA6. Grayscale: #444444. Windows color (decimal): -16228263 or 5857288. OLE color: 5857288.

HSL color Cylindrical-coordinate representation of color #086059: hue angle of 175.23º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086059 is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 96 89 -
CMYK 0.92 0 0.07 0.62
HSL 175.23º 0.85% 0.2% -
HSV(B) 175.23º 0.92% 0.38% -
XYZ 6.09 9.14 10.89 -
YUV 68.89 139.35 84.57 -
System Red Green Blue C M Y K H S L
Decimal 8 96 89 0.92 0 0.07 0.62 175.23 0.85 0.2
Hex 8 60 59 5C 0 7 3E AF 55 14
Octal 10 140 131 134 0 7 76 257 125 24
Binary 1000 1100000 1011001 1011100 0 111 111110 10101111 1010101 10100

Color Harmonies of #086059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086059

Black with #086059

Text Example


Text Example

White with #086059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086059; }

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

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

background-color css

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

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

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

border-color css

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

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

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