#015557

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

Shades of Mosque #015557

Tints of Mosque #015557

Color information

#015557 (or 0x015557) is unknown color: approx Mosque. HEX triplet: 01, 55 and 57. RGB value is (1,85,87). Sum of RGB (Red+Green+Blue) = 1+85+87=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #015557 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015557 is #FEAAA8. Grayscale: #3C3C3C. Windows color (decimal): -16689833 or 5723393. OLE color: 5723393.

HSL color Cylindrical-coordinate representation of color #015557: hue angle of 181.4º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015557 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB18587-
CMYK0.990.0200.66
HSL181.4º97.73%17.25%-
HSV(B)181.4º98.85%34.12%-
XYZ4.987.1910.14-
YUV60.11143.1785.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 85 (33.59% from 255) = 49.13%
BLUE value IS 87 (34.38% from 255) = 50.29%
R=0.58%
G=49.13%
B=50.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal185870.990.0200.66181.497.7317.25
Hex15557632042b56211
Octal11251271432010226514221
Binary1101010110101111100011100100001010110101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015557; }

 p { color: rgb(1,85,87); }

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

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

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

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

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

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

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