#085555

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

Shades of Mosque #085555

Tints of Mosque #085555

Color information

#085555 (or 0x085555) is unknown color: approx Mosque. HEX triplet: 08, 55 and 55. RGB value is (8,85,85). Sum of RGB (Red+Green+Blue) = 8+85+85=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #085555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085555 is #F7AAAA. Grayscale: #3D3D3D. Windows color (decimal): -16231083 or 5592328. OLE color: 5592328.

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

Color convert

RGB88585-
CMYK0.91000.67
HSL180º82.8%18.24%-
HSV(B)180º90.59%33.33%-
XYZ4.997.29.72-
YUV61.98140.9989.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.49%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 85 (33.59% from 255) = 47.75%
R=4.49%
G=47.75%
B=47.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885850.91000.6718082.818.24
Hex855555B0043b45312
Octal101251251330010326412322
Binary100010101011010101101101100100001110110100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085555; }

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

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

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

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

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

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

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

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