#015F54

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

Shades of Mosque #015F54

Tints of Mosque #015F54

Color information

#015F54 (or 0x015F54) is unknown color: approx Mosque. HEX triplet: 01, 5F and 54. RGB value is (1,95,84). Sum of RGB (Red+Green+Blue) = 1+95+84=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 95 (37.5% from 255 or 52.78% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 95 - color contains mainly: green. Hex color #015F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015F54 is #FEA0AB. Grayscale: #414141. Windows color (decimal): -16687276 or 5529345. OLE color: 5529345.

HSL color Cylindrical-coordinate representation of color #015F54: hue angle of 172.98º 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 #015F54 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.

Color convert

RGB19584-
CMYK0.9900.120.63
HSL172.98º97.92%18.82%-
HSV(B)172.98º98.95%37.25%-
XYZ5.78.839.79-
YUV65.64138.3681.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 95 (37.5% from 255) = 52.78%
BLUE value IS 84 (33.20% from 255) = 46.67%
R=0.56%
G=52.78%
B=46.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal195840.9900.120.63172.9897.9218.82
Hex15F54630C3Fad6213
Octal11371241430147725514223
Binary11011111101010011000110110011111110101101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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