#085857

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

Shades of Mosque #085857

Tints of Mosque #085857

Color information

#085857 (or 0x085857) is unknown color: approx Mosque. HEX triplet: 08, 58 and 57. RGB value is (8,88,87). Sum of RGB (Red+Green+Blue) = 8+88+87=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #085857 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085857 is #F7A7A8. Grayscale: #3F3F3F. Windows color (decimal): -16230313 or 5724168. OLE color: 5724168.

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

Color convert

RGB88887-
CMYK0.9100.010.65
HSL179.25º83.33%18.82%-
HSV(B)179.25º90.91%34.51%-
XYZ5.317.7210.23-
YUV63.9714188.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.37%
GREEN value IS 88 (34.77% from 255) = 48.09%
BLUE value IS 87 (34.38% from 255) = 47.54%
R=4.37%
G=48.09%
B=47.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888870.9100.010.65179.2583.3318.82
Hex858575B0141b35313
Octal101301271330110126312323
Binary100010110001010111101101101100000110110011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085857; }

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

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

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

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

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

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

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

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