#085B4C

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

Shades of Mosque #085B4C

Tints of Mosque #085B4C

Color information

#085B4C (or 0x085B4C) is unknown color: approx Mosque. HEX triplet: 08, 5B and 4C. RGB value is (8,91,76). Sum of RGB (Red+Green+Blue) = 8+91+76=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 91 (35.94% from 255 or 52% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 91 - color contains mainly: green. Hex color #085B4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085B4C is #F7A4B3. Grayscale: #404040. Windows color (decimal): -16229556 or 5004040. OLE color: 5004040.

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

Color convert

RGB89176-
CMYK0.9100.160.64
HSL169.16º83.84%19.41%-
HSV(B)169.16º91.21%35.69%-
XYZ5.158.068.12-
YUV64.47134.587.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.57%
GREEN value IS 91 (35.94% from 255) = 52%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=4.57%
G=52%
B=43.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal891760.9100.160.64169.1683.8419.41
Hex85B4C5B01040a95413
Octal1013311413302010025112423
Binary1000101101110011001011011010000100000010101001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,91,76); }

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

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

 a { background-color: rgb(8,91,76); }

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

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

 span { border-color: rgb(8,91,76); }

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