#025552

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

Shades of Mosque #025552

Tints of Mosque #025552

Color information

#025552 (or 0x025552) is unknown color: approx Mosque. HEX triplet: 02, 55 and 52. RGB value is (2,85,82). Sum of RGB (Red+Green+Blue) = 2+85+82=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #025552 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025552 is #FDAAAD. Grayscale: #3B3B3B. Windows color (decimal): -16624302 or 5395714. OLE color: 5395714.

HSL color Cylindrical-coordinate representation of color #025552: hue angle of 177.83º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025552 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB28582-
CMYK0.9800.040.67
HSL177.83º95.4%17.06%-
HSV(B)177.83º97.65%33.33%-
XYZ4.87.129.1-
YUV59.84140.586.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 85 (33.59% from 255) = 50.30%
BLUE value IS 82 (32.42% from 255) = 48.52%
R=1.18%
G=50.30%
B=48.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal285820.9800.040.67177.8395.417.06
Hex25552620443b25f11
Octal21251221420410326213721
Binary101010101101001011000100100100001110110010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025552; }

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

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

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

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

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

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

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

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