#056164

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

Shades of Mosque #056164

Tints of Mosque #056164

Color information

#056164 (or 0x056164) is unknown color: approx Mosque. HEX triplet: 05, 61 and 64. RGB value is (5,97,100). Sum of RGB (Red+Green+Blue) = 5+97+100=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #056164 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056164 is #FA9E9B. Grayscale: #454545. Windows color (decimal): -16424604 or 6578437. OLE color: 6578437.

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

Color convert

RGB597100-
CMYK0.950.0300.61
HSL181.89º90.48%20.59%-
HSV(B)181.89º95%39.22%-
XYZ6.649.513.54-
YUV69.83145.0281.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.48%
GREEN value IS 97 (38.28% from 255) = 48.02%
BLUE value IS 100 (39.45% from 255) = 49.50%
R=2.48%
G=48.02%
B=49.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5971000.950.0300.61181.8990.4820.59
Hex561645F303Db65a15
Octal5141144137307526613225
Binary10111000011100100101111111011110110110110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056164; }

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

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

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

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

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

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

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

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