#01564e

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

Shades of Mosque #01564E

Tints of Mosque #01564E

Color information

#01564E (or 0x01564E) is unknown color: approx Mosque. HEX triplet: 01, 56 and 4E. RGB value is (1,86,78). Sum of RGB (Red+Green+Blue) = 1+86+78=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 86 (33.98% from 255 or 52.12% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 86 - color contains mainly: green. Hex color #01564E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01564E is #FEA9B1. Grayscale: #3B3B3B. Windows color (decimal): -16689586 or 5133825. OLE color: 5133825.

HSL color Cylindrical-coordinate representation of color #01564E: hue angle of 174.35º 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 #01564E is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB18678-
CMYK0.9900.090.66
HSL174.35º97.7%17.06%-
HSV(B)174.35º98.84%33.73%-
XYZ4.727.218.35-
YUV59.67138.3486.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 86 (33.98% from 255) = 52.12%
BLUE value IS 78 (30.86% from 255) = 47.27%
R=0.61%
G=52.12%
B=47.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186780.9900.090.66174.3597.717.06
Hex1564E630942ae6211
Octal112611614301110225614221
Binary110101101001110110001101001100001010101110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01564e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01564e; }

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

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

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

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

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

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

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

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