#02555E

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

Shades of Mosque #02555E

Tints of Mosque #02555E

Color information

#02555E (or 0x02555E) is unknown color: approx Mosque. HEX triplet: 02, 55 and 5E. RGB value is (2,85,94). Sum of RGB (Red+Green+Blue) = 2+85+94=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #02555E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02555E is #FDAAA1. Grayscale: #3D3D3D. Windows color (decimal): -16624290 or 6182146. OLE color: 6182146.

HSL color Cylindrical-coordinate representation of color #02555E: hue angle of 185.87º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02555E is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB28594-
CMYK0.980.1000.63
HSL185.87º95.83%18.82%-
HSV(B)185.87º97.87%36.86%-
XYZ5.297.3211.72-
YUV61.21146.585.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 85 (33.59% from 255) = 46.96%
BLUE value IS 94 (37.11% from 255) = 51.93%
R=1.10%
G=46.96%
B=51.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal285940.980.1000.63185.8795.8318.82
Hex2555E62A03Fba6013
Octal21251361421207727214023
Binary101010101101111011000101010011111110111010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02555E; }

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

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

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

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

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

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

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

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