#015550

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

Shades of Mosque #015550

Tints of Mosque #015550

Color information

#015550 (or 0x015550) is unknown color: approx Mosque. HEX triplet: 01, 55 and 50. RGB value is (1,85,80). Sum of RGB (Red+Green+Blue) = 1+85+80=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #015550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015550 is #FEAAAF. Grayscale: #3B3B3B. Windows color (decimal): -16689840 or 5264641. OLE color: 5264641.

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

Color convert

RGB18580-
CMYK0.9900.060.67
HSL176.43º97.67%16.86%-
HSV(B)176.43º98.82%33.33%-
XYZ4.717.088.71-
YUV59.31139.6786.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 85 (33.59% from 255) = 51.20%
BLUE value IS 80 (31.64% from 255) = 48.19%
R=0.60%
G=51.20%
B=48.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185800.9900.060.67176.4397.6716.86
Hex15550630643b06211
Octal11251201430610326014221
Binary11010101101000011000110110100001110110000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015550; }

 p { color: rgb(1,85,80); }

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

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

 a { background-color: rgb(1,85,80); }

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

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

 span { border-color: rgb(1,85,80); }

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