#055B56

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

Shades of Mosque #055B56

Tints of Mosque #055B56

Color information

#055B56 (or 0x055B56) is unknown color: approx Mosque. HEX triplet: 05, 5B and 56. RGB value is (5,91,86). Sum of RGB (Red+Green+Blue) = 5+91+86=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 91 (35.94% from 255 or 50% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 91 - color contains mainly: green. Hex color #055B56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055B56 is #FAA4A9. Grayscale: #404040. Windows color (decimal): -16426154 or 5659397. OLE color: 5659397.

HSL color Cylindrical-coordinate representation of color #055B56: hue angle of 176.51º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055B56 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB59186-
CMYK0.9500.050.64
HSL176.51º89.58%18.82%-
HSV(B)176.51º94.51%35.69%-
XYZ5.488.1910.1-
YUV64.72140.0185.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.75%
GREEN value IS 91 (35.94% from 255) = 50%
BLUE value IS 86 (33.98% from 255) = 47.25%
R=2.75%
G=50%
B=47.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal591860.9500.050.64176.5189.5818.82
Hex55B565F0540b15a13
Octal51331261370510026113223
Binary1011011011101011010111110101100000010110001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,91,86); }

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

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

 a { background-color: rgb(5,91,86); }

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

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

 span { border-color: rgb(5,91,86); }

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