#025A59

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

Shades of Mosque #025A59

Tints of Mosque #025A59

Color information

#025A59 (or 0x025A59) is unknown color: approx Mosque. HEX triplet: 02, 5A and 59. RGB value is (2,90,89). Sum of RGB (Red+Green+Blue) = 2+90+89=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #025A59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025A59 is #FDA5A6. Grayscale: #3F3F3F. Windows color (decimal): -16623015 or 5855746. OLE color: 5855746.

HSL color Cylindrical-coordinate representation of color #025A59: hue angle of 179.32º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025A59 is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB29089-
CMYK0.9800.010.65
HSL179.32º95.65%18.04%-
HSV(B)179.32º97.78%35.29%-
XYZ5.488.0510.72-
YUV63.57142.3584.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 90 (35.55% from 255) = 49.72%
BLUE value IS 89 (35.16% from 255) = 49.17%
R=1.10%
G=49.72%
B=49.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal290890.9800.010.65179.3295.6518.04
Hex25A59620141b36012
Octal21321311420110126314022
Binary1010110101011001110001001100000110110011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025A59; }

 p { color: rgb(2,90,89); }

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

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

 a { background-color: rgb(2,90,89); }

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

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

 span { border-color: rgb(2,90,89); }

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