#086052

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

Shades of Mosque #086052

Tints of Mosque #086052

Color information

#086052 (or 0x086052) is unknown color: approx Mosque. HEX triplet: 08, 60 and 52. RGB value is (8,96,82). Sum of RGB (Red+Green+Blue) = 8+96+82=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #086052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086052 is #F79FAD. Grayscale: #444444. Windows color (decimal): -16228270 or 5398536. OLE color: 5398536.

HSL color Cylindrical-coordinate representation of color #086052: hue angle of 170.45º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086052 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB89682-
CMYK0.9200.150.62
HSL170.45º84.62%20.39%-
HSV(B)170.45º91.67%37.65%-
XYZ5.819.039.42-
YUV68.09135.8585.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.30%
GREEN value IS 96 (37.89% from 255) = 51.61%
BLUE value IS 82 (32.42% from 255) = 44.09%
R=4.30%
G=51.61%
B=44.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896820.9200.150.62170.4584.6220.39
Hex860525C0F3Eaa5514
Octal101401221340177625212524
Binary10001100000101001010111000111111111010101010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086052; }

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

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

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

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

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

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

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

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