#025B5D

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

Shades of Mosque #025B5D

Tints of Mosque #025B5D

Color information

#025B5D (or 0x025B5D) is unknown color: approx Mosque. HEX triplet: 02, 5B and 5D. RGB value is (2,91,93). Sum of RGB (Red+Green+Blue) = 2+91+93=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 91 (35.94% from 255 or 48.92% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #025B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025B5D is #FDA4A2. Grayscale: #404040. Windows color (decimal): -16622755 or 6118146. OLE color: 6118146.

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

Color convert

RGB29193-
CMYK0.980.0200.64
HSL181.32º95.79%18.63%-
HSV(B)181.32º97.85%36.47%-
XYZ5.748.2911.65-
YUV64.62144.0183.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 91 (35.94% from 255) = 48.92%
BLUE value IS 93 (36.72% from 255) = 50%
R=1.08%
G=48.92%
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
Decimal291930.980.0200.64181.3295.7918.63
Hex25B5D622040b56013
Octal21331351422010026514023
Binary10101101110111011100010100100000010110101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,91,93); }

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

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

 a { background-color: rgb(2,91,93); }

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

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

 span { border-color: rgb(2,91,93); }

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