#085C50

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

Shades of Mosque #085C50

Tints of Mosque #085C50

Color information

#085C50 (or 0x085C50) is unknown color: approx Mosque. HEX triplet: 08, 5C and 50. RGB value is (8,92,80). Sum of RGB (Red+Green+Blue) = 8+92+80=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 92 (36.33% from 255 or 51.11% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 92 - color contains mainly: green. Hex color #085C50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C50 is #F7A3AF. Grayscale: #414141. Windows color (decimal): -16229296 or 5266440. OLE color: 5266440.

HSL color Cylindrical-coordinate representation of color #085C50: hue angle of 171.43º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085C50 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB89280-
CMYK0.9100.130.64
HSL171.43º84%19.61%-
HSV(B)171.43º91.3%36.08%-
XYZ5.388.298.91-
YUV65.52136.1786.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.44%
GREEN value IS 92 (36.33% from 255) = 51.11%
BLUE value IS 80 (31.64% from 255) = 44.44%
R=4.44%
G=51.11%
B=44.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal892800.9100.130.64171.438419.61
Hex85C505B0D40ab5414
Octal1013412013301510025312424
Binary100010111001010000101101101101100000010101011101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085C50; }

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

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

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

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

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

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

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

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