#105555

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

Shades of Mosque #105555

Tints of Mosque #105555

Color information

#105555 (or 0x105555) is unknown color: approx Mosque. HEX triplet: 10, 55 and 55. RGB value is (16,85,85). Sum of RGB (Red+Green+Blue) = 16+85+85=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #105555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105555 is #EFAAAA. Grayscale: #404040. Windows color (decimal): -15706795 or 5592336. OLE color: 5592336.

HSL color Cylindrical-coordinate representation of color #105555: hue angle of 180º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #105555 is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB168585-
CMYK0.81000.67
HSL180º68.32%19.8%-
HSV(B)180º81.18%33.33%-
XYZ5.17.269.73-
YUV64.37139.6493.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.60%
GREEN value IS 85 (33.59% from 255) = 45.70%
BLUE value IS 85 (33.59% from 255) = 45.70%
R=8.60%
G=45.70%
B=45.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1685850.81000.6718068.3219.8
Hex105555510043b44414
Octal201251251210010326410424
Binary1000010101011010101101000100100001110110100100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105555; }

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

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

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

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

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

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

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

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