#025559

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

Shades of Mosque #025559

Tints of Mosque #025559

Color information

#025559 (or 0x025559) is unknown color: approx Mosque. HEX triplet: 02, 55 and 59. RGB value is (2,85,89). Sum of RGB (Red+Green+Blue) = 2+85+89=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #025559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025559 is #FDAAA6. Grayscale: #3C3C3C. Windows color (decimal): -16624295 or 5854466. OLE color: 5854466.

HSL color Cylindrical-coordinate representation of color #025559: hue angle of 182.76º 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 #025559 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB28589-
CMYK0.980.0400.65
HSL182.76º95.6%17.84%-
HSV(B)182.76º97.75%34.9%-
XYZ5.087.2310.58-
YUV60.6414486.17-

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.30%
BLUE value IS 89 (35.16% from 255) = 50.57%
R=1.14%
G=48.30%
B=50.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal285890.980.0400.65182.7695.617.84
Hex25559624041b76012
Octal21251311424010126714022
Binary101010101101100111000101000100000110110111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025559; }

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

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

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

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

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

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

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

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