#02564F

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

Shades of Mosque #02564F

Tints of Mosque #02564F

Color information

#02564F (or 0x02564F) is unknown color: approx Mosque. HEX triplet: 02, 56 and 4F. RGB value is (2,86,79). Sum of RGB (Red+Green+Blue) = 2+86+79=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 86 (33.98% from 255 or 51.50% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 86 - color contains mainly: green. Hex color #02564F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02564F is #FDA9B0. Grayscale: #3C3C3C. Windows color (decimal): -16624049 or 5199362. OLE color: 5199362.

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

Color convert

RGB28679-
CMYK0.9800.080.66
HSL175º95.45%17.25%-
HSV(B)175º97.67%33.73%-
XYZ4.767.238.54-
YUV60.09138.6786.57-

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.50%
BLUE value IS 79 (31.25% from 255) = 47.31%
R=1.20%
G=51.50%
B=47.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal286790.9800.080.6617595.4517.25
Hex2564F620842af5f11
Octal212611714201010225713721
Binary1010101101001111110001001000100001010101111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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