#085550

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

Shades of Mosque #085550

Tints of Mosque #085550

Color information

#085550 (or 0x085550) is unknown color: approx Mosque. HEX triplet: 08, 55 and 50. RGB value is (8,85,80). Sum of RGB (Red+Green+Blue) = 8+85+80=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #085550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085550 is #F7AAAF. Grayscale: #3D3D3D. Windows color (decimal): -16231088 or 5264648. OLE color: 5264648.

HSL color Cylindrical-coordinate representation of color #085550: hue angle of 176.1º 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 #085550 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB88580-
CMYK0.9100.060.67
HSL176.1º82.8%18.24%-
HSV(B)176.1º90.59%33.33%-
XYZ4.87.138.71-
YUV61.41138.4989.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.62%
GREEN value IS 85 (33.59% from 255) = 49.13%
BLUE value IS 80 (31.64% from 255) = 46.24%
R=4.62%
G=49.13%
B=46.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885800.9100.060.67176.182.818.24
Hex855505B0643b05312
Octal101251201330610326012322
Binary10001010101101000010110110110100001110110000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085550; }

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

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

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

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

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

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

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

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