#015C52

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

Shades of Mosque #015C52

Tints of Mosque #015C52

Color information

#015C52 (or 0x015C52) is unknown color: approx Mosque. HEX triplet: 01, 5C and 52. RGB value is (1,92,82). Sum of RGB (Red+Green+Blue) = 1+92+82=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 92 (36.33% from 255 or 52.57% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 92 - color contains mainly: green. Hex color #015C52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C52 is #FEA3AD. Grayscale: #3F3F3F. Windows color (decimal): -16688046 or 5397505. OLE color: 5397505.

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

Color convert

RGB19282-
CMYK0.9900.110.64
HSL173.41º97.85%18.24%-
HSV(B)173.41º98.91%36.08%-
XYZ5.368.279.3-
YUV63.65138.3583.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 92 (36.33% from 255) = 52.57%
BLUE value IS 82 (32.42% from 255) = 46.86%
R=0.57%
G=52.57%
B=46.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal192820.9900.110.64173.4197.8518.24
Hex15C52630B40ad6212
Octal113412214301310025514222
Binary110111001010010110001101011100000010101101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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