#025752

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

Shades of Mosque #025752

Tints of Mosque #025752

Color information

#025752 (or 0x025752) is unknown color: approx Mosque. HEX triplet: 02, 57 and 52. RGB value is (2,87,82). Sum of RGB (Red+Green+Blue) = 2+87+82=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 87 (34.38% from 255 or 50.88% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 87 - color contains mainly: green. Hex color #025752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025752 is #FDA8AD. Grayscale: #3C3C3C. Windows color (decimal): -16623790 or 5396226. OLE color: 5396226.

HSL color Cylindrical-coordinate representation of color #025752: hue angle of 176.47º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025752 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB28782-
CMYK0.9800.060.66
HSL176.47º95.51%17.45%-
HSV(B)176.47º97.7%34.12%-
XYZ4.967.449.16-
YUV61.01139.8485.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 87 (34.38% from 255) = 50.88%
BLUE value IS 82 (32.42% from 255) = 47.95%
R=1.17%
G=50.88%
B=47.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal287820.9800.060.66176.4795.5117.45
Hex25752620642b06011
Octal21271221420610226014021
Binary101010111101001011000100110100001010110000110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025752; }

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

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

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

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

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

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

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

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