#085C5D

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

Shades of Mosque #085C5D

Tints of Mosque #085C5D

Color information

#085C5D (or 0x085C5D) is unknown color: approx Mosque. HEX triplet: 08, 5C and 5D. RGB value is (8,92,93). Sum of RGB (Red+Green+Blue) = 8+92+93=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #085C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C5D is #F7A3A2. Grayscale: #424242. Windows color (decimal): -16229283 or 6118408. OLE color: 6118408.

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

Color convert

RGB89293-
CMYK0.910.0100.64
HSL180.71º84.16%19.8%-
HSV(B)180.71º91.4%36.47%-
XYZ5.98.511.68-
YUV67142.6785.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.15%
GREEN value IS 92 (36.33% from 255) = 47.67%
BLUE value IS 93 (36.72% from 255) = 48.19%
R=4.15%
G=47.67%
B=48.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal892930.910.0100.64180.7184.1619.8
Hex85C5D5B1040b55414
Octal101341351331010026512424
Binary100010111001011101101101110100000010110101101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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