#085850

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

Shades of Mosque #085850

Tints of Mosque #085850

Color information

#085850 (or 0x085850) is unknown color: approx Mosque. HEX triplet: 08, 58 and 50. RGB value is (8,88,80). Sum of RGB (Red+Green+Blue) = 8+88+80=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #085850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085850 is #F7A7AF. Grayscale: #3F3F3F. Windows color (decimal): -16230320 or 5265416. OLE color: 5265416.

HSL color Cylindrical-coordinate representation of color #085850: hue angle of 174º degrees, saturation: 0.83, 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 #085850 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB88880-
CMYK0.9100.090.65
HSL174º83.33%18.82%-
HSV(B)174º90.91%34.51%-
XYZ5.047.618.79-
YUV63.17137.588.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.55%
GREEN value IS 88 (34.77% from 255) = 50%
BLUE value IS 80 (31.64% from 255) = 45.45%
R=4.55%
G=50%
B=45.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888800.9100.090.6517483.3318.82
Hex858505B0941ae5313
Octal1013012013301110125612323
Binary100010110001010000101101101001100000110101110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085850; }

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

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

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

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

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

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

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

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