#015654

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

Shades of Mosque #015654

Tints of Mosque #015654

Color information

#015654 (or 0x015654) is unknown color: approx Mosque. HEX triplet: 01, 56 and 54. RGB value is (1,86,84). Sum of RGB (Red+Green+Blue) = 1+86+84=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #015654 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015654 is #FEA9AB. Grayscale: #3C3C3C. Windows color (decimal): -16689580 or 5527041. OLE color: 5527041.

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

Color convert

RGB18684-
CMYK0.9900.020.66
HSL178.59º97.7%17.06%-
HSV(B)178.59º98.84%33.73%-
XYZ4.947.39.54-
YUV60.36141.3485.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 86 (33.98% from 255) = 50.29%
BLUE value IS 84 (33.20% from 255) = 49.12%
R=0.58%
G=50.29%
B=49.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186840.9900.020.66178.5997.717.06
Hex15654630242b36211
Octal11261241430210226314221
Binary1101011010101001100011010100001010110011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015654; }

 p { color: rgb(1,86,84); }

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

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

 a { background-color: rgb(1,86,84); }

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

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

 span { border-color: rgb(1,86,84); }

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