#025A5C

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

Shades of Mosque #025A5C

Tints of Mosque #025A5C

Color information

#025A5C (or 0x025A5C) is unknown color: approx Mosque. HEX triplet: 02, 5A and 5C. RGB value is (2,90,92). Sum of RGB (Red+Green+Blue) = 2+90+92=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 90 (35.55% from 255 or 48.91% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #025A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025A5C is #FDA5A3. Grayscale: #3F3F3F. Windows color (decimal): -16623012 or 6052354. OLE color: 6052354.

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

Color convert

RGB29092-
CMYK0.980.0200.64
HSL181.33º95.74%18.43%-
HSV(B)181.33º97.83%36.08%-
XYZ5.618.111.39-
YUV63.92143.8583.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 90 (35.55% from 255) = 48.91%
BLUE value IS 92 (36.33% from 255) = 50%
R=1.09%
G=48.91%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal290920.980.0200.64181.3395.7418.43
Hex25A5C622040b56012
Octal21321341422010026514022
Binary10101101010111001100010100100000010110101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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