#005560

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

Shades of Mosque #005560

Tints of Mosque #005560

Color information

#005560 (or 0x005560) is unknown color: approx Mosque. HEX triplet: 00, 55 and 60. RGB value is (0,85,96). Sum of RGB (Red+Green+Blue) = 0+85+96=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #005560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005560 is #FFAA9F. Grayscale: #3C3C3C. Windows color (decimal): -16755360 or 6313216. OLE color: 6313216.

HSL color Cylindrical-coordinate representation of color #005560: hue angle of 186.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005560 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB08596-
CMYK10.1100.62
HSL186.88º100%18.82%-
HSV(B)186.88º100%37.65%-
XYZ5.367.3412.2-
YUV60.84147.8484.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 85 (33.59% from 255) = 46.96%
BLUE value IS 96 (37.89% from 255) = 53.04%
R=0%
G=46.96%
B=53.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0859610.1100.62186.8810018.82
Hex0556064B03Ebb6413
Octal01251401441307627314423
Binary01010101110000011001001011011111010111011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005560; }

 p { color: rgb(0,85,96); }

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

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

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

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

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

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

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