#05594E

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

Shades of Mosque #05594E

Tints of Mosque #05594E

Color information

#05594E (or 0x05594E) is unknown color: approx Mosque. HEX triplet: 05, 59 and 4E. RGB value is (5,89,78). Sum of RGB (Red+Green+Blue) = 5+89+78=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #05594E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05594E is #FAA6B1. Grayscale: #3E3E3E. Windows color (decimal): -16426674 or 5134597. OLE color: 5134597.

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

Color convert

RGB58978-
CMYK0.9400.120.65
HSL172.14º89.36%18.43%-
HSV(B)172.14º94.38%34.9%-
XYZ5.017.738.44-
YUV62.63136.6786.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.91%
GREEN value IS 89 (35.16% from 255) = 51.74%
BLUE value IS 78 (30.86% from 255) = 45.35%
R=2.91%
G=51.74%
B=45.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal589780.9400.120.65172.1489.3618.43
Hex5594E5E0C41ac5912
Octal513111613601410125413122
Binary10110110011001110101111001100100000110101100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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