#085956

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

Shades of Mosque #085956

Tints of Mosque #085956

Color information

#085956 (or 0x085956) is unknown color: approx 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

RGB88986-
CMYK0.9100.030.65
HSL177.78º83.51%19.02%-
HSV(B)177.78º91.01%34.9%-
XYZ5.357.8710.04-
YUV64.44140.1687.74-

RGB Variations

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

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 (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal889860.9100.030.65177.7883.5119.02
Hex859565B0341b25413
Octal101311261330310126212423
Binary1000101100110101101011011011100000110110010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>