#025455

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

Shades of Mosque #025455

Tints of Mosque #025455

Color information

#025455 (or 0x025455) is unknown color: approx Mosque. HEX triplet: 02, 54 and 55. RGB value is (2,84,85). Sum of RGB (Red+Green+Blue) = 2+84+85=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #025455 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025455 is #FDABAA. Grayscale: #3B3B3B. Windows color (decimal): -16624555 or 5592066. OLE color: 5592066.

HSL color Cylindrical-coordinate representation of color #025455: hue angle of 180.72º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025455 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB28485-
CMYK0.980.0100.67
HSL180.72º95.4%17.06%-
HSV(B)180.72º97.65%33.33%-
XYZ4.847.019.69-
YUV59.6142.3386.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 84 (33.20% from 255) = 49.12%
BLUE value IS 85 (33.59% from 255) = 49.71%
R=1.17%
G=49.12%
B=49.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal284850.980.0100.67180.7295.417.06
Hex25455621043b55f11
Octal21241251421010326513721
Binary1010101001010101110001010100001110110101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025455; }

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

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

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

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

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

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

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

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