#01564B

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

Shades of Mosque #01564B

Tints of Mosque #01564B

Color information

#01564B (or 0x01564B) is unknown color: approx Mosque. HEX triplet: 01, 56 and 4B. RGB value is (1,86,75). Sum of RGB (Red+Green+Blue) = 1+86+75=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 86 (33.98% from 255 or 53.09% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 86 - color contains mainly: green. Hex color #01564B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01564B is #FEA9B4. Grayscale: #3B3B3B. Windows color (decimal): -16689589 or 4937217. OLE color: 4937217.

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

Color convert

RGB18675-
CMYK0.9900.130.66
HSL172.24º97.7%17.06%-
HSV(B)172.24º98.84%33.73%-
XYZ4.617.177.8-
YUV59.33136.8486.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 86 (33.98% from 255) = 53.09%
BLUE value IS 75 (29.69% from 255) = 46.30%
R=0.62%
G=53.09%
B=46.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186750.9900.130.66172.2497.717.06
Hex1564B630D42ac6211
Octal112611314301510225414221
Binary110101101001011110001101101100001010101100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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