#015C5A

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

Shades of Mosque #015C5A

Tints of Mosque #015C5A

Color information

#015C5A (or 0x015C5A) is unknown color: approx Mosque. HEX triplet: 01, 5C and 5A. RGB value is (1,92,90). Sum of RGB (Red+Green+Blue) = 1+92+90=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 92 (36.33% from 255 or 50.27% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 92 - color contains mainly: green. Hex color #015C5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C5A is #FEA3A5. Grayscale: #404040. Windows color (decimal): -16688038 or 5921793. OLE color: 5921793.

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

Color convert

RGB19290-
CMYK0.9900.020.64
HSL178.68º97.85%18.24%-
HSV(B)178.68º98.91%36.08%-
XYZ5.698.410.99-
YUV64.56142.3582.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 92 (36.33% from 255) = 50.27%
BLUE value IS 90 (35.55% from 255) = 49.18%
R=0.55%
G=50.27%
B=49.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal192900.9900.020.64178.6897.8518.24
Hex15C5A630240b36212
Octal11341321430210026314222
Binary1101110010110101100011010100000010110011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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