#015F55

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

Shades of Mosque #015F55

Tints of Mosque #015F55

Color information

#015F55 (or 0x015F55) is unknown color: approx Mosque. HEX triplet: 01, 5F and 55. RGB value is (1,95,85). Sum of RGB (Red+Green+Blue) = 1+95+85=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 95 (37.5% from 255 or 52.49% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 95 - color contains mainly: green. Hex color #015F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015F55 is #FEA0AA. Grayscale: #414141. Windows color (decimal): -16687275 or 5594881. OLE color: 5594881.

HSL color Cylindrical-coordinate representation of color #015F55: hue angle of 173.62º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F55 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.

Color convert

RGB19585-
CMYK0.9900.110.63
HSL173.62º97.92%18.82%-
HSV(B)173.62º98.95%37.25%-
XYZ5.748.8510-
YUV65.75138.8681.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 95 (37.5% from 255) = 52.49%
BLUE value IS 85 (33.59% from 255) = 46.96%
R=0.55%
G=52.49%
B=46.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal195850.9900.110.63173.6297.9218.82
Hex15F55630B3Fae6213
Octal11371251430137725614223
Binary11011111101010111000110101111111110101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015F55; }

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

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

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

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

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

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

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

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