#05584E

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

Shades of Mosque #05584E

Tints of Mosque #05584E

Color information

#05584E (or 0x05584E) is unknown color: approx Mosque. HEX triplet: 05, 58 and 4E. RGB value is (5,88,78). Sum of RGB (Red+Green+Blue) = 5+88+78=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 88 (34.77% from 255 or 51.46% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 88 - color contains mainly: green. Hex color #05584E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05584E is #FAA7B1. Grayscale: #3D3D3D. Windows color (decimal): -16426930 or 5134341. OLE color: 5134341.

HSL color Cylindrical-coordinate representation of color #05584E: hue angle of 172.77º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05584E is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB58878-
CMYK0.9400.110.65
HSL172.77º89.25%18.24%-
HSV(B)172.77º94.32%34.51%-
XYZ4.937.568.41-
YUV62.0413787.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.92%
GREEN value IS 88 (34.77% from 255) = 51.46%
BLUE value IS 78 (30.86% from 255) = 45.61%
R=2.92%
G=51.46%
B=45.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal588780.9400.110.65172.7789.2518.24
Hex5584E5E0B41ad5912
Octal513011613601310125513122
Binary10110110001001110101111001011100000110101101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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