#055A61

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

Shades of Mosque #055A61

Tints of Mosque #055A61

Color information

#055A61 (or 0x055A61) is unknown color: approx Mosque. HEX triplet: 05, 5A and 61. RGB value is (5,90,97). Sum of RGB (Red+Green+Blue) = 5+90+97=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #055A61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A61 is #FAA59E. Grayscale: #414141. Windows color (decimal): -16426399 or 6380037. OLE color: 6380037.

HSL color Cylindrical-coordinate representation of color #055A61: hue angle of 184.57º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055A61 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB59097-
CMYK0.950.0700.62
HSL184.57º90.2%20%-
HSV(B)184.57º94.85%38.04%-
XYZ5.888.2112.58-
YUV65.38145.8484.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.60%
GREEN value IS 90 (35.55% from 255) = 46.88%
BLUE value IS 97 (38.28% from 255) = 50.52%
R=2.60%
G=46.88%
B=50.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal590970.950.0700.62184.5790.220
Hex55A615F703Eb95a14
Octal5132141137707627113224
Binary101101101011000011011111111011111010111001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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