#015E5A

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

Shades of Mosque #015E5A

Tints of Mosque #015E5A

Color information

#015E5A (or 0x015E5A) is unknown color: approx Mosque. HEX triplet: 01, 5E and 5A. RGB value is (1,94,90). Sum of RGB (Red+Green+Blue) = 1+94+90=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 94 (37.11% from 255 or 50.81% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 94 - color contains mainly: green. Hex color #015E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E5A is #FEA1A5. Grayscale: #414141. Windows color (decimal): -16687526 or 5922305. OLE color: 5922305.

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

Color convert

RGB19490-
CMYK0.9900.040.63
HSL177.42º97.89%18.63%-
HSV(B)177.42º98.94%36.86%-
XYZ5.868.7511.05-
YUV65.74141.6981.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 94 (37.11% from 255) = 50.81%
BLUE value IS 90 (35.55% from 255) = 48.65%
R=0.54%
G=50.81%
B=48.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal194900.9900.040.63177.4297.8918.63
Hex15E5A63043Fb16213
Octal1136132143047726114223
Binary1101111010110101100011010011111110110001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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