#085455

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

Shades of Mosque #085455

Tints of Mosque #085455

Color information

#085455 (or 0x085455) is unknown color: approx Mosque. HEX triplet: 08, 54 and 55. RGB value is (8,84,85). Sum of RGB (Red+Green+Blue) = 8+84+85=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #085455 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085455 is #F7ABAA. Grayscale: #3D3D3D. Windows color (decimal): -16231339 or 5592072. OLE color: 5592072.

HSL color Cylindrical-coordinate representation of color #085455: hue angle of 180.78º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085455 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB88485-
CMYK0.910.0100.67
HSL180.78º82.8%18.24%-
HSV(B)180.78º90.59%33.33%-
XYZ4.917.059.7-
YUV61.39141.3289.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.52%
GREEN value IS 84 (33.20% from 255) = 47.46%
BLUE value IS 85 (33.59% from 255) = 48.02%
R=4.52%
G=47.46%
B=48.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal884850.910.0100.67180.7882.818.24
Hex854555B1043b55312
Octal101241251331010326512322
Binary100010101001010101101101110100001110110101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085455; }

 p { color: rgb(8,84,85); }

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

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

 a { background-color: rgb(8,84,85); }

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

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

 span { border-color: rgb(8,84,85); }

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