#085551

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

Shades of Mosque #085551

Tints of Mosque #085551

Color information

#085551 (or 0x085551) is unknown color: approx Mosque. HEX triplet: 08, 55 and 51. RGB value is (8,85,81). Sum of RGB (Red+Green+Blue) = 8+85+81=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #085551 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085551 is #F7AAAE. Grayscale: #3D3D3D. Windows color (decimal): -16231087 or 5330184. OLE color: 5330184.

HSL color Cylindrical-coordinate representation of color #085551: hue angle of 176.88º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085551 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB88581-
CMYK0.9100.050.67
HSL176.88º82.8%18.24%-
HSV(B)176.88º90.59%33.33%-
XYZ4.837.148.91-
YUV61.52138.9989.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.60%
GREEN value IS 85 (33.59% from 255) = 48.85%
BLUE value IS 81 (32.03% from 255) = 46.55%
R=4.60%
G=48.85%
B=46.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885810.9100.050.67176.8882.818.24
Hex855515B0543b15312
Octal101251211330510326112322
Binary10001010101101000110110110101100001110110001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085551; }

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

 H1.HeaderClassName
 {
   color: #085551;
 }
 .AnyTagClassName
 {
   color: #085551;
 }
</style>
background-color css

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

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

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

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

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

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