#025E5C

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

Shades of Mosque #025E5C

Tints of Mosque #025E5C

Color information

#025E5C (or 0x025E5C) is unknown color: approx Mosque. HEX triplet: 02, 5E and 5C. RGB value is (2,94,92). Sum of RGB (Red+Green+Blue) = 2+94+92=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 94 (37.11% from 255 or 50% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 94 - color contains mainly: green. Hex color #025E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025E5C is #FDA1A3. Grayscale: #424242. Windows color (decimal): -16621988 or 6053378. OLE color: 6053378.

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

Color convert

RGB29492-
CMYK0.9800.020.63
HSL178.7º95.83%18.82%-
HSV(B)178.7º97.87%36.86%-
XYZ5.968.7911.51-
YUV66.26142.5282.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 94 (37.11% from 255) = 50%
BLUE value IS 92 (36.33% from 255) = 48.94%
R=1.06%
G=50%
B=48.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal294920.9800.020.63178.795.8318.82
Hex25E5C62023Fb36013
Octal2136134142027726314023
Binary1010111101011100110001001011111110110011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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