Html Css Color HEX #01564D Mosque

📋 copy color: '#01564D'

red 1 ◦ green 86 ◦ blue 77

#01564D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #01564D

Tints of Mosque #01564D

RGB

 RED value IS 1 (0.78% from 255) = 0.61%

 GREEN value IS 86 (33.98% from 255) = 52.44%

 BLUE value IS 77 (30.47% from 255) = 46.95%

R = 0.61%
G = 52.44%
B = 46.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#01564D (or 0x01564D) is known color: Mosque. HEX triplet: 01, 56 and 4D. RGB value is (1,86,77). Sum of RGB (Red+Green+Blue) = 1+86+77=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 86 (33.98% from 255 or 52.44% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 86 - color contains mainly: green. Hex color #01564D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01564D is #FEA9B2. Grayscale: #3B3B3B. Windows color (decimal): -16689587 or 5068289. OLE color: 5068289.

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

Color convert

RGB 1 86 77 -
CMYK 0.99 0 0.10 0.66
HSL 173.65º 0.98% 0.17% -
HSV(B) 173.65º 0.99% 0.34% -
XYZ 4.68 7.2 8.16 -
YUV 59.56 137.84 86.23 -
System Red Green Blue C M Y K H S L
Decimal 1 86 77 0.99 0 0.10 0.66 173.65 0.98 0.17
Hex 1 56 4D 63 0 A 42 AE 62 11
Octal 1 126 115 143 0 12 102 256 142 21
Binary 1 1010110 1001101 1100011 0 1010 1000010 10101110 1100010 10001

Color Harmonies of #01564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01564D

Black with #01564D

Text Example


Text Example

White with #01564D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01564D;
 }
 .AnyTagClassName
 {
   color: #01564D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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