#025651

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

Shades of Mosque #025651

Tints of Mosque #025651

Color information

#025651 (or 0x025651) is unknown color: approx Mosque. HEX triplet: 02, 56 and 51. RGB value is (2,86,81). Sum of RGB (Red+Green+Blue) = 2+86+81=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 86 (33.98% from 255 or 50.89% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 86 - color contains mainly: green. Hex color #025651 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025651 is #FDA9AE. Grayscale: #3C3C3C. Windows color (decimal): -16624047 or 5330434. OLE color: 5330434.

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

Color convert

RGB28681-
CMYK0.9800.060.66
HSL176.43º95.45%17.25%-
HSV(B)176.43º97.67%33.73%-
XYZ4.847.268.93-
YUV60.31139.6786.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 86 (33.98% from 255) = 50.89%
BLUE value IS 81 (32.03% from 255) = 47.93%
R=1.18%
G=50.89%
B=47.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal286810.9800.060.66176.4395.4517.25
Hex25651620642b05f11
Octal21261211420610226013721
Binary101010110101000111000100110100001010110000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025651; }

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

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

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

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

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

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

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

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