#056256

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

Shades of Mosque #056256

Tints of Mosque #056256

Color information

#056256 (or 0x056256) is unknown color: approx Mosque. HEX triplet: 05, 62 and 56. RGB value is (5,98,86). Sum of RGB (Red+Green+Blue) = 5+98+86=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #056256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056256 is #FA9DA9. Grayscale: #444444. Windows color (decimal): -16424362 or 5661189. OLE color: 5661189.

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

Color convert

RGB59886-
CMYK0.9500.120.62
HSL172.26º90.29%20.2%-
HSV(B)172.26º94.9%38.43%-
XYZ6.119.4410.3-
YUV68.82137.6982.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.65%
GREEN value IS 98 (38.67% from 255) = 51.85%
BLUE value IS 86 (33.98% from 255) = 45.50%
R=2.65%
G=51.85%
B=45.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal598860.9500.120.62172.2690.2920.2
Hex562565F0C3Eac5a14
Octal51421261370147625413224
Binary1011100010101011010111110110011111010101100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056256; }

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

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

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

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

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

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

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

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