#025D56

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

Shades of Mosque #025D56

Tints of Mosque #025D56

Color information

#025D56 (or 0x025D56) is unknown color: approx Mosque. HEX triplet: 02, 5D and 56. RGB value is (2,93,86). Sum of RGB (Red+Green+Blue) = 2+93+86=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 93 (36.72% from 255 or 51.38% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 93 - color contains mainly: green. Hex color #025D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025D56 is #FDA2A9. Grayscale: #404040. Windows color (decimal): -16622250 or 5659906. OLE color: 5659906.

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

Color convert

RGB29386-
CMYK0.9800.080.64
HSL175.38º95.79%18.63%-
HSV(B)175.38º97.85%36.47%-
XYZ5.628.5110.15-
YUV64.99139.8583.07-

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.38%
BLUE value IS 86 (33.98% from 255) = 47.51%
R=1.10%
G=51.38%
B=47.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal293860.9800.080.64175.3895.7918.63
Hex25D56620840af6013
Octal213512614201010025714023
Binary1010111011010110110001001000100000010101111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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