#025A58

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

Shades of Mosque #025A58

Tints of Mosque #025A58

Color information

#025A58 (or 0x025A58) is unknown color: approx Mosque. HEX triplet: 02, 5A and 58. RGB value is (2,90,88). Sum of RGB (Red+Green+Blue) = 2+90+88=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #025A58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025A58 is #FDA5A7. Grayscale: #3F3F3F. Windows color (decimal): -16623016 or 5790210. OLE color: 5790210.

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

Color convert

RGB29088-
CMYK0.9800.020.65
HSL178.64º95.65%18.04%-
HSV(B)178.64º97.78%35.29%-
XYZ5.448.0310.5-
YUV63.46141.8584.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.11%
GREEN value IS 90 (35.55% from 255) = 50%
BLUE value IS 88 (34.77% from 255) = 48.89%
R=1.11%
G=50%
B=48.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal290880.9800.020.65178.6495.6518.04
Hex25A58620241b36012
Octal21321301420210126314022
Binary10101101010110001100010010100000110110011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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