#085C63

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

Shades of Mosque #085C63

Tints of Mosque #085C63

Color information

#085C63 (or 0x085C63) is unknown color: approx Mosque. HEX triplet: 08, 5C and 63. RGB value is (8,92,99). Sum of RGB (Red+Green+Blue) = 8+92+99=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #085C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C63 is #F7A39C. Grayscale: #434343. Windows color (decimal): -16229277 or 6511624. OLE color: 6511624.

HSL color Cylindrical-coordinate representation of color #085C63: hue angle of 184.62º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085C63 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB89299-
CMYK0.920.0700.61
HSL184.62º85.05%20.98%-
HSV(B)184.62º91.92%38.82%-
XYZ6.188.6113.14-
YUV67.68145.6785.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.02%
GREEN value IS 92 (36.33% from 255) = 46.23%
BLUE value IS 99 (39.06% from 255) = 49.75%
R=4.02%
G=46.23%
B=49.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal892990.920.0700.61184.6285.0520.98
Hex85C635C703Db95515
Octal10134143134707527112525
Binary1000101110011000111011100111011110110111001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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