#055A59

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

Shades of Mosque #055A59

Tints of Mosque #055A59

Color information

#055A59 (or 0x055A59) is unknown color: approx Mosque. HEX triplet: 05, 5A and 59. RGB value is (5,90,89). Sum of RGB (Red+Green+Blue) = 5+90+89=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 90 (35.55% from 255 or 48.91% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 90 - color contains mainly: green. Hex color #055A59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A59 is #FAA5A6. Grayscale: #404040. Windows color (decimal): -16426407 or 5855749. OLE color: 5855749.

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

Color convert

RGB59089-
CMYK0.9400.010.65
HSL179.29º89.47%18.63%-
HSV(B)179.29º94.44%35.29%-
XYZ5.528.0710.72-
YUV64.47141.8485.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.72%
GREEN value IS 90 (35.55% from 255) = 48.91%
BLUE value IS 89 (35.16% from 255) = 48.37%
R=2.72%
G=48.91%
B=48.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal590890.9400.010.65179.2989.4718.63
Hex55A595E0141b35913
Octal51321311360110126313123
Binary10110110101011001101111001100000110110011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055A59; }

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

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

<style>
 a { background-color: #055A59; }

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

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

<style>
 span { border-color: #055A59; }

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

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