#02564E

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

Shades of Mosque #02564E

Tints of Mosque #02564E

Color information

#02564E (or 0x02564E) is unknown color: approx Mosque. HEX triplet: 02, 56 and 4E. RGB value is (2,86,78). Sum of RGB (Red+Green+Blue) = 2+86+78=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 86 (33.98% from 255 or 51.81% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 86 - color contains mainly: green. Hex color #02564E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02564E is #FDA9B1. Grayscale: #3B3B3B. Windows color (decimal): -16624050 or 5133826. OLE color: 5133826.

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

Color convert

RGB28678-
CMYK0.9800.090.66
HSL174.29º95.45%17.25%-
HSV(B)174.29º97.67%33.73%-
XYZ4.737.228.35-
YUV59.97138.1786.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 86 (33.98% from 255) = 51.81%
BLUE value IS 78 (30.86% from 255) = 46.99%
R=1.20%
G=51.81%
B=46.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal286780.9800.090.66174.2995.4517.25
Hex2564E620942ae5f11
Octal212611614201110225613721
Binary1010101101001110110001001001100001010101110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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