#015F5A

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

Shades of Mosque #015F5A

Tints of Mosque #015F5A

Color information

#015F5A (or 0x015F5A) is unknown color: approx Mosque. HEX triplet: 01, 5F and 5A. RGB value is (1,95,90). Sum of RGB (Red+Green+Blue) = 1+95+90=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 95 (37.5% from 255 or 51.08% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 95 - color contains mainly: green. Hex color #015F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015F5A is #FEA0A5. Grayscale: #424242. Windows color (decimal): -16687270 or 5922561. OLE color: 5922561.

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

Color convert

RGB19590-
CMYK0.9900.050.63
HSL176.81º97.92%18.82%-
HSV(B)176.81º98.95%37.25%-
XYZ5.958.9311.08-
YUV66.32141.3681.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 95 (37.5% from 255) = 51.08%
BLUE value IS 90 (35.55% from 255) = 48.39%
R=0.54%
G=51.08%
B=48.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal195900.9900.050.63176.8197.9218.82
Hex15F5A63053Fb16213
Octal1137132143057726114223
Binary1101111110110101100011010111111110110001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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