#02564D

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

Shades of Mosque #02564D

Tints of Mosque #02564D

Color information

#02564D (or 0x02564D) is unknown color: approx Mosque. HEX triplet: 02, 56 and 4D. RGB value is (2,86,77). Sum of RGB (Red+Green+Blue) = 2+86+77=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 86 (33.98% from 255 or 52.12% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 86 - color contains mainly: green. Hex color #02564D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02564D is #FDA9B2. Grayscale: #3B3B3B. Windows color (decimal): -16624051 or 5068290. OLE color: 5068290.

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

Color convert

RGB28677-
CMYK0.9800.100.66
HSL173.57º95.45%17.25%-
HSV(B)173.57º97.67%33.73%-
XYZ4.697.28.16-
YUV59.86137.6786.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.21%
GREEN value IS 86 (33.98% from 255) = 52.12%
BLUE value IS 77 (30.47% from 255) = 46.67%
R=1.21%
G=52.12%
B=46.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal286770.9800.100.66173.5795.4517.25
Hex2564D620A42ae5f11
Octal212611514201210225613721
Binary1010101101001101110001001010100001010101110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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