#025B5A

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

Shades of Mosque #025B5A

Tints of Mosque #025B5A

Color information

#025B5A (or 0x025B5A) is unknown color: approx Mosque. HEX triplet: 02, 5B and 5A. RGB value is (2,91,90). Sum of RGB (Red+Green+Blue) = 2+91+90=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #025B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025B5A is #FDA4A5. Grayscale: #404040. Windows color (decimal): -16622758 or 5921538. OLE color: 5921538.

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

Color convert

RGB29190-
CMYK0.9800.010.64
HSL179.33º95.7%18.24%-
HSV(B)179.33º97.8%35.69%-
XYZ5.618.2310.97-
YUV64.27142.5183.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 91 (35.94% from 255) = 49.73%
BLUE value IS 90 (35.55% from 255) = 49.18%
R=1.09%
G=49.73%
B=49.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal291900.9800.010.64179.3395.718.24
Hex25B5A620140b36012
Octal21331321420110026314022
Binary1010110111011010110001001100000010110011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,91,90); }

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

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

 a { background-color: rgb(2,91,90); }

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

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

 span { border-color: rgb(2,91,90); }

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