#06564D

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

Shades of Mosque #06564D

Tints of Mosque #06564D

Color information

#06564D (or 0x06564D) is unknown color: approx Mosque. HEX triplet: 06, 56 and 4D. RGB value is (6,86,77). Sum of RGB (Red+Green+Blue) = 6+86+77=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 86 (33.98% from 255 or 50.89% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 86 - color contains mainly: green. Hex color #06564D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06564D is #F9A9B2. Grayscale: #3D3D3D. Windows color (decimal): -16361907 or 5068294. OLE color: 5068294.

HSL color Cylindrical-coordinate representation of color #06564D: hue angle of 173.25º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06564D is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB68677-
CMYK0.9300.100.66
HSL173.25º86.96%18.04%-
HSV(B)173.25º93.02%33.73%-
XYZ4.747.238.17-
YUV61.0513788.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.55%
GREEN value IS 86 (33.98% from 255) = 50.89%
BLUE value IS 77 (30.47% from 255) = 45.56%
R=3.55%
G=50.89%
B=45.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal686770.9300.100.66173.2586.9618.04
Hex6564D5D0A42ad5712
Octal612611513501210225512722
Binary11010101101001101101110101010100001010101101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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