#02584E

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

Shades of Mosque #02584E

Tints of Mosque #02584E

Color information

#02584E (or 0x02584E) is unknown color: approx Mosque. HEX triplet: 02, 58 and 4E. RGB value is (2,88,78). Sum of RGB (Red+Green+Blue) = 2+88+78=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #02584E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02584E is #FDA7B1. Grayscale: #3D3D3D. Windows color (decimal): -16623538 or 5134338. OLE color: 5134338.

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

Color convert

RGB28878-
CMYK0.9800.110.65
HSL173.02º95.56%17.65%-
HSV(B)173.02º97.73%34.51%-
XYZ4.897.548.41-
YUV61.15137.5185.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.19%
GREEN value IS 88 (34.77% from 255) = 52.38%
BLUE value IS 78 (30.86% from 255) = 46.43%
R=1.19%
G=52.38%
B=46.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal288780.9800.110.65173.0295.5617.65
Hex2584E620B41ad6012
Octal213011614201310125514022
Binary1010110001001110110001001011100000110101101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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