#02555D

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

Shades of Mosque #02555D

Tints of Mosque #02555D

Color information

#02555D (or 0x02555D) is unknown color: approx Mosque. HEX triplet: 02, 55 and 5D. RGB value is (2,85,93). Sum of RGB (Red+Green+Blue) = 2+85+93=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #02555D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02555D is #FDAAA2. Grayscale: #3C3C3C. Windows color (decimal): -16624291 or 6116610. OLE color: 6116610.

HSL color Cylindrical-coordinate representation of color #02555D: hue angle of 185.27º 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 #02555D is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB28593-
CMYK0.980.0900.64
HSL185.27º95.79%18.63%-
HSV(B)185.27º97.85%36.47%-
XYZ5.257.311.49-
YUV61.114685.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.11%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 93 (36.72% from 255) = 51.67%
R=1.11%
G=47.22%
B=51.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal285930.980.0900.64185.2795.7918.63
Hex2555D629040b96013
Octal212513514211010027114023
Binary1010101011011101110001010010100000010111001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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