#055560

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

Shades of Mosque #055560

Tints of Mosque #055560

Color information

#055560 (or 0x055560) is unknown color: approx Mosque. HEX triplet: 05, 55 and 60. RGB value is (5,85,96). Sum of RGB (Red+Green+Blue) = 5+85+96=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #055560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055560 is #FAAA9F. Grayscale: #3E3E3E. Windows color (decimal): -16427680 or 6313221. OLE color: 6313221.

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

Color convert

RGB58596-
CMYK0.950.1100.62
HSL187.25º90.1%19.8%-
HSV(B)187.25º94.79%37.65%-
XYZ5.427.3712.2-
YUV62.3314787.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.69%
GREEN value IS 85 (33.59% from 255) = 45.70%
BLUE value IS 96 (37.89% from 255) = 51.61%
R=2.69%
G=45.70%
B=51.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal585960.950.1100.62187.2590.119.8
Hex555605FB03Ebb5a14
Octal51251401371307627313224
Binary1011010101110000010111111011011111010111011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055560; }

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

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

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

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

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

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

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

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