#015755

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

Shades of Mosque #015755

Tints of Mosque #015755

Color information

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

HSL color Cylindrical-coordinate representation of color #015755: hue angle of 178.6º 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 #015755 is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB18785-
CMYK0.9900.020.66
HSL178.6º97.73%17.25%-
HSV(B)178.6º98.85%34.12%-
XYZ5.067.489.77-
YUV61.06141.5185.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal187850.9900.020.66178.697.7317.25
Hex15755630242b36211
Octal11271251430210226314221
Binary1101011110101011100011010100001010110011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015755; }

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

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

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

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

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

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

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

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