#025C54

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

Shades of Mosque #025C54

Tints of Mosque #025C54

Color information

#025C54 (or 0x025C54) is unknown color: approx Mosque. HEX triplet: 02, 5C and 54. RGB value is (2,92,84). Sum of RGB (Red+Green+Blue) = 2+92+84=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 92 (36.33% from 255 or 51.69% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 92 - color contains mainly: green. Hex color #025C54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025C54 is #FDA3AB. Grayscale: #404040. Windows color (decimal): -16622508 or 5528578. OLE color: 5528578.

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

Color convert

RGB29284-
CMYK0.9800.090.64
HSL174.67º95.74%18.43%-
HSV(B)174.67º97.83%36.08%-
XYZ5.458.319.7-
YUV64.18139.1883.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 92 (36.33% from 255) = 51.69%
BLUE value IS 84 (33.20% from 255) = 47.19%
R=1.12%
G=51.69%
B=47.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal292840.9800.090.64174.6795.7418.43
Hex25C54620940af6012
Octal213412414201110025714022
Binary1010111001010100110001001001100000010101111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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