#056456

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

Shades of Mosque #056456

Tints of Mosque #056456

Color information

#056456 (or 0x056456) is unknown color: approx Mosque. HEX triplet: 05, 64 and 56. RGB value is (5,100,86). Sum of RGB (Red+Green+Blue) = 5+100+86=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 100 (39.45% from 255 or 52.36% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 100 - color contains mainly: green. Hex color #056456 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056456 is #FA9BA9. Grayscale: #454545. Windows color (decimal): -16423850 or 5661701. OLE color: 5661701.

HSL color Cylindrical-coordinate representation of color #056456: hue angle of 171.16º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056456 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB510086-
CMYK0.9500.140.61
HSL171.16º90.48%20.59%-
HSV(B)171.16º95%39.22%-
XYZ6.39.8210.37-
YUV70137.0381.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.62%
GREEN value IS 100 (39.45% from 255) = 52.36%
BLUE value IS 86 (33.98% from 255) = 45.03%
R=2.62%
G=52.36%
B=45.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5100860.9500.140.61171.1690.4820.59
Hex564565F0E3Dab5a15
Octal51441261370167525313225
Binary1011100100101011010111110111011110110101011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056456; }

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

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

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

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

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

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

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

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