Html Css Color HEX #085956 Mosque

📋 copy color: '#085956'

red 8 ◦ green 89 ◦ blue 86

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

Shades of Mosque #085956

Tints of Mosque #085956

RGB

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

 GREEN value IS 89 (35.16% from 255) = 48.63%

 BLUE value IS 86 (33.98% from 255) = 46.99%

R = 4.37%
G = 48.63%
B = 46.99%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#085956 (or 0x085956) is known color: Mosque. HEX triplet: 08, 59 and 56. RGB value is (8,89,86). Sum of RGB (Red+Green+Blue) = 8+89+86=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #085956 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085956 is #F7A6A9. Grayscale: #404040. Windows color (decimal): -16230058 or 5658888. OLE color: 5658888.

HSL color Cylindrical-coordinate representation of color #085956: hue angle of 177.78º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085956 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 89 86 -
CMYK 0.91 0 0.03 0.65
HSL 177.78º 0.84% 0.19% -
HSV(B) 177.78º 0.91% 0.35% -
XYZ 5.35 7.87 10.04 -
YUV 64.44 140.16 87.74 -
System Red Green Blue C M Y K H S L
Decimal 8 89 86 0.91 0 0.03 0.65 177.78 0.84 0.19
Hex 8 59 56 5B 0 3 41 B2 54 13
Octal 10 131 126 133 0 3 101 262 124 23
Binary 1000 1011001 1010110 1011011 0 11 1000001 10110010 1010100 10011

Color Harmonies of #085956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085956

Black with #085956

Text Example


Text Example

White with #085956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085956; }

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

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

background-color css

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

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

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

border-color css

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

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

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