#015852

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

Shades of Mosque #015852

Tints of Mosque #015852

Color information

#015852 (or 0x015852) is unknown color: approx Mosque. HEX triplet: 01, 58 and 52. RGB value is (1,88,82). Sum of RGB (Red+Green+Blue) = 1+88+82=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 88 (34.77% from 255 or 51.46% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 88 - color contains mainly: green. Hex color #015852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015852 is #FEA7AD. Grayscale: #3D3D3D. Windows color (decimal): -16689070 or 5396481. OLE color: 5396481.

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

Color convert

RGB18882-
CMYK0.9900.070.65
HSL175.86º97.75%17.45%-
HSV(B)175.86º98.86%34.51%-
XYZ5.037.69.18-
YUV61.3139.6884.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 88 (34.77% from 255) = 51.46%
BLUE value IS 82 (32.42% from 255) = 47.95%
R=0.58%
G=51.46%
B=47.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal188820.9900.070.65175.8697.7517.45
Hex15852630741b06211
Octal11301221430710126014221
Binary11011000101001011000110111100000110110000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015852; }

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

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

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

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

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

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

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

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