#015D5A

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

Shades of Mosque #015D5A

Tints of Mosque #015D5A

Color information

#015D5A (or 0x015D5A) is unknown color: approx Mosque. HEX triplet: 01, 5D and 5A. RGB value is (1,93,90). Sum of RGB (Red+Green+Blue) = 1+93+90=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 93 (36.72% from 255 or 50.54% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 93 - color contains mainly: green. Hex color #015D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015D5A is #FEA2A5. Grayscale: #414141. Windows color (decimal): -16687782 or 5922049. OLE color: 5922049.

HSL color Cylindrical-coordinate representation of color #015D5A: hue angle of 178.04º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D5A is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB19390-
CMYK0.9900.030.64
HSL178.04º97.87%18.43%-
HSV(B)178.04º98.92%36.47%-
XYZ5.778.5711.02-
YUV65.15142.0282.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 93 (36.72% from 255) = 50.54%
BLUE value IS 90 (35.55% from 255) = 48.91%
R=0.54%
G=50.54%
B=48.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal193900.9900.030.64178.0497.8718.43
Hex15D5A630340b26212
Octal11351321430310026214222
Binary1101110110110101100011011100000010110010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,93,90); }

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

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

 a { background-color: rgb(1,93,90); }

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

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

 span { border-color: rgb(1,93,90); }

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