Html Css Color HEX #086255 Mosque

📋 copy color: '#086255'

red 8 ◦ green 98 ◦ blue 85

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

Shades of Mosque #086255

Tints of Mosque #086255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 51.31%

 BLUE value IS 85 (33.59% from 255) = 44.5%

R = 4.19%
G = 51.31%
B = 44.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#086255 (or 0x086255) is known color: Mosque. HEX triplet: 08, 62 and 55. RGB value is (8,98,85). Sum of RGB (Red+Green+Blue) = 8+98+85=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #086255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086255 is #F79DAA. Grayscale: #454545. Windows color (decimal): -16227755 or 5595656. OLE color: 5595656.

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

Color convert

RGB 8 98 85 -
CMYK 0.92 0 0.13 0.62
HSL 171.33º 0.85% 0.21% -
HSV(B) 171.33º 0.92% 0.38% -
XYZ 6.11 9.44 10.1 -
YUV 69.61 136.68 84.06 -
System Red Green Blue C M Y K H S L
Decimal 8 98 85 0.92 0 0.13 0.62 171.33 0.85 0.21
Hex 8 62 55 5C 0 D 3E AB 55 15
Octal 10 142 125 134 0 15 76 253 125 25
Binary 1000 1100010 1010101 1011100 0 1101 111110 10101011 1010101 10101

Color Harmonies of #086255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086255

Black with #086255

Text Example


Text Example

White with #086255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086255; }

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

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

background-color css

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

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

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

border-color css

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

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

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