#025A53

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

Shades of Mosque #025A53

Tints of Mosque #025A53

Color information

#025A53 (or 0x025A53) is unknown color: approx Mosque. HEX triplet: 02, 5A and 53. RGB value is (2,90,83). Sum of RGB (Red+Green+Blue) = 2+90+83=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #025A53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025A53 is #FDA5AC. Grayscale: #3E3E3E. Windows color (decimal): -16623021 or 5462530. OLE color: 5462530.

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

Color convert

RGB29083-
CMYK0.9800.080.65
HSL175.23º95.65%18.04%-
HSV(B)175.23º97.78%35.29%-
XYZ5.247.959.44-
YUV62.89139.3584.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 90 (35.55% from 255) = 51.43%
BLUE value IS 83 (32.81% from 255) = 47.43%
R=1.14%
G=51.43%
B=47.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal290830.9800.080.65175.2395.6518.04
Hex25A53620841af6012
Octal213212314201010125714022
Binary1010110101010011110001001000100000110101111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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