#085852

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

Shades of Mosque #085852

Tints of Mosque #085852

Color information

#085852 (or 0x085852) is unknown color: approx Mosque. HEX triplet: 08, 58 and 52. RGB value is (8,88,82). Sum of RGB (Red+Green+Blue) = 8+88+82=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 88 (34.77% from 255 or 49.44% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 88 - color contains mainly: green. Hex color #085852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085852 is #F7A7AD. Grayscale: #3F3F3F. Windows color (decimal): -16230318 or 5396488. OLE color: 5396488.

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

Color convert

RGB88882-
CMYK0.9100.070.65
HSL175.5º83.33%18.82%-
HSV(B)175.5º90.91%34.51%-
XYZ5.117.649.19-
YUV63.4138.588.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.49%
GREEN value IS 88 (34.77% from 255) = 49.44%
BLUE value IS 82 (32.42% from 255) = 46.07%
R=4.49%
G=49.44%
B=46.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888820.9100.070.65175.583.3318.82
Hex858525B0741b05313
Octal101301221330710126012323
Binary10001011000101001010110110111100000110110000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085852; }

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

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

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

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

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

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

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

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