#025A50

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

Shades of Mosque #025A50

Tints of Mosque #025A50

Color information

#025A50 (or 0x025A50) is unknown color: approx Mosque. HEX triplet: 02, 5A and 50. RGB value is (2,90,80). Sum of RGB (Red+Green+Blue) = 2+90+80=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 90 (35.55% from 255 or 52.33% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 90 - color contains mainly: green. Hex color #025A50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025A50 is #FDA5AF. Grayscale: #3E3E3E. Windows color (decimal): -16623024 or 5265922. OLE color: 5265922.

HSL color Cylindrical-coordinate representation of color #025A50: hue angle of 173.18º 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 #025A50 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB29080-
CMYK0.9800.110.65
HSL173.18º95.65%18.04%-
HSV(B)173.18º97.78%35.29%-
XYZ5.137.98.84-
YUV62.55137.8584.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 90 (35.55% from 255) = 52.33%
BLUE value IS 80 (31.64% from 255) = 46.51%
R=1.16%
G=52.33%
B=46.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal290800.9800.110.65173.1895.6518.04
Hex25A50620B41ad6012
Octal213212014201310125514022
Binary1010110101010000110001001011100000110101101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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