#056862

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

Shades of Mosque #056862

Tints of Mosque #056862

Color information

#056862 (or 0x056862) is unknown color: approx Mosque. HEX triplet: 05, 68 and 62. RGB value is (5,104,98). Sum of RGB (Red+Green+Blue) = 5+104+98=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 104 (41.02% from 255 or 50.24% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 104 - color contains mainly: green. Hex color #056862 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056862 is #FA979D. Grayscale: #494949. Windows color (decimal): -16422814 or 6449157. OLE color: 6449157.

HSL color Cylindrical-coordinate representation of color #056862: hue angle of 176.36º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056862 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB510498-
CMYK0.9500.060.59
HSL176.36º90.83%21.37%-
HSV(B)176.36º95.19%40.78%-
XYZ7.2210.8113.26-
YUV73.71141.778.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.42%
GREEN value IS 104 (41.02% from 255) = 50.24%
BLUE value IS 98 (38.67% from 255) = 47.34%
R=2.42%
G=50.24%
B=47.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5104980.9500.060.59176.3690.8321.37
Hex568625F063Bb05b15
Octal5150142137067326013325
Binary101110100011000101011111011011101110110000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056862; }

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

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

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

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

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

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

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

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