#056055

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

Shades of Mosque #056055

Tints of Mosque #056055

Color information

#056055 (or 0x056055) is unknown color: approx Mosque. HEX triplet: 05, 60 and 55. RGB value is (5,96,85). Sum of RGB (Red+Green+Blue) = 5+96+85=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #056055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056055 is #FA9FAA. Grayscale: #434343. Windows color (decimal): -16424875 or 5595141. OLE color: 5595141.

HSL color Cylindrical-coordinate representation of color #056055: hue angle of 172.75º 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 #056055 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB59685-
CMYK0.9500.110.62
HSL172.75º90.1%19.8%-
HSV(B)172.75º94.79%37.65%-
XYZ5.899.0510.03-
YUV67.54137.8583.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.69%
GREEN value IS 96 (37.89% from 255) = 51.61%
BLUE value IS 85 (33.59% from 255) = 45.70%
R=2.69%
G=51.61%
B=45.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596850.9500.110.62172.7590.119.8
Hex560555F0B3Ead5a14
Octal51401251370137625513224
Binary1011100000101010110111110101111111010101101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056055; }

 p { color: rgb(5,96,85); }

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

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

 a { background-color: rgb(5,96,85); }

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

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

 span { border-color: rgb(5,96,85); }

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