#025C5A

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

Shades of Mosque #025C5A

Tints of Mosque #025C5A

Color information

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

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

Color convert

RGB29290-
CMYK0.9800.020.64
HSL178.67º95.74%18.43%-
HSV(B)178.67º97.83%36.08%-
XYZ5.78.4110.99-
YUV64.86142.1883.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal292900.9800.020.64178.6795.7418.43
Hex25C5A620240b36012
Octal21341321420210026314022
Binary10101110010110101100010010100000010110011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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