#025558

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

Shades of Mosque #025558

Tints of Mosque #025558

Color information

#025558 (or 0x025558) is unknown color: approx Mosque. HEX triplet: 02, 55 and 58. RGB value is (2,85,88). Sum of RGB (Red+Green+Blue) = 2+85+88=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #025558 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025558 is #FDAAA7. Grayscale: #3C3C3C. Windows color (decimal): -16624296 or 5788930. OLE color: 5788930.

HSL color Cylindrical-coordinate representation of color #025558: hue angle of 182.09º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025558 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB28588-
CMYK0.980.0300.65
HSL182.09º95.56%17.65%-
HSV(B)182.09º97.73%34.51%-
XYZ5.037.2110.36-
YUV60.52143.586.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 85 (33.59% from 255) = 48.57%
BLUE value IS 88 (34.77% from 255) = 50.29%
R=1.14%
G=48.57%
B=50.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal285880.980.0300.65182.0995.5617.65
Hex25558623041b66012
Octal21251301423010126614022
Binary10101010110110001100010110100000110110110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025558; }

 p { color: rgb(2,85,88); }

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

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

 a { background-color: rgb(2,85,88); }

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

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

 span { border-color: rgb(2,85,88); }

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