#015A52

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

Shades of Mosque #015A52

Tints of Mosque #015A52

Color information

#015A52 (or 0x015A52) is unknown color: approx Mosque. HEX triplet: 01, 5A and 52. RGB value is (1,90,82). Sum of RGB (Red+Green+Blue) = 1+90+82=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 90 (35.55% from 255 or 52.02% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 90 - color contains mainly: green. Hex color #015A52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A52 is #FEA5AD. Grayscale: #3E3E3E. Windows color (decimal): -16688558 or 5396993. OLE color: 5396993.

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

Color convert

RGB19082-
CMYK0.9900.090.65
HSL174.61º97.8%17.84%-
HSV(B)174.61º98.89%35.29%-
XYZ5.197.939.24-
YUV62.48139.0184.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 90 (35.55% from 255) = 52.02%
BLUE value IS 82 (32.42% from 255) = 47.40%
R=0.58%
G=52.02%
B=47.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal190820.9900.090.65174.6197.817.84
Hex15A52630941af6212
Octal113212214301110125714222
Binary110110101010010110001101001100000110101111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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