#05594B

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

Shades of Mosque #05594B

Tints of Mosque #05594B

Color information

#05594B (or 0x05594B) is unknown color: approx Mosque. HEX triplet: 05, 59 and 4B. RGB value is (5,89,75). Sum of RGB (Red+Green+Blue) = 5+89+75=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #05594B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05594B is #FAA6B4. Grayscale: #3E3E3E. Windows color (decimal): -16426677 or 4937989. OLE color: 4937989.

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

Color convert

RGB58975-
CMYK0.9400.160.65
HSL170º89.36%18.43%-
HSV(B)170º94.38%34.9%-
XYZ4.97.697.88-
YUV62.29135.1787.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.96%
GREEN value IS 89 (35.16% from 255) = 52.66%
BLUE value IS 75 (29.69% from 255) = 44.38%
R=2.96%
G=52.66%
B=44.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal589750.9400.160.6517089.3618.43
Hex5594B5E01041aa5912
Octal513111313602010125213122
Binary101101100110010111011110010000100000110101010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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