#025D57

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

Shades of Mosque #025D57

Tints of Mosque #025D57

Color information

#025D57 (or 0x025D57) is unknown color: approx Mosque. HEX triplet: 02, 5D and 57. RGB value is (2,93,87). Sum of RGB (Red+Green+Blue) = 2+93+87=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #025D57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025D57 is #FDA2A8. Grayscale: #414141. Windows color (decimal): -16622249 or 5725442. OLE color: 5725442.

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

Color convert

RGB29387-
CMYK0.9800.060.64
HSL176.04º95.79%18.63%-
HSV(B)176.04º97.85%36.47%-
XYZ5.668.5310.36-
YUV65.11140.3582.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 93 (36.72% from 255) = 51.10%
BLUE value IS 87 (34.38% from 255) = 47.80%
R=1.10%
G=51.10%
B=47.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal293870.9800.060.64176.0495.7918.63
Hex25D57620640b06013
Octal21351271420610026014023
Binary101011101101011111000100110100000010110000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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