#025D53

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

Shades of Mosque #025D53

Tints of Mosque #025D53

Color information

#025D53 (or 0x025D53) is unknown color: approx Mosque. HEX triplet: 02, 5D and 53. RGB value is (2,93,83). Sum of RGB (Red+Green+Blue) = 2+93+83=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 93 (36.72% from 255 or 52.25% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 93 - color contains mainly: green. Hex color #025D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025D53 is #FDA2AC. Grayscale: #404040. Windows color (decimal): -16622253 or 5463298. OLE color: 5463298.

HSL color Cylindrical-coordinate representation of color #025D53: hue angle of 173.41º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025D53 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB29383-
CMYK0.9800.110.64
HSL173.41º95.79%18.63%-
HSV(B)173.41º97.85%36.47%-
XYZ5.58.479.53-
YUV64.65138.3583.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 93 (36.72% from 255) = 52.25%
BLUE value IS 83 (32.81% from 255) = 46.63%
R=1.12%
G=52.25%
B=46.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal293830.9800.110.64173.4195.7918.63
Hex25D53620B40ad6013
Octal213512314201310025514023
Binary1010111011010011110001001011100000010101101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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