#056A67

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

Shades of Mosque #056A67

Tints of Mosque #056A67

Color information

#056A67 (or 0x056A67) is unknown color: approx Mosque. HEX triplet: 05, 6A and 67. RGB value is (5,106,103). Sum of RGB (Red+Green+Blue) = 5+106+103=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 106 (41.80% from 255 or 49.53% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 106 - color contains mainly: green. Hex color #056A67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056A67 is #FA9598. Grayscale: #4B4B4B. Windows color (decimal): -16422297 or 6777349. OLE color: 6777349.

HSL color Cylindrical-coordinate representation of color #056A67: hue angle of 178.22º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056A67 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB5106103-
CMYK0.9500.030.58
HSL178.22º90.99%21.76%-
HSV(B)178.22º95.28%41.57%-
XYZ7.6611.3214.61-
YUV75.46143.5477.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.34%
GREEN value IS 106 (41.80% from 255) = 49.53%
BLUE value IS 103 (40.62% from 255) = 48.13%
R=2.34%
G=49.53%
B=48.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51061030.9500.030.58178.2290.9921.76
Hex56A675F033Ab25b16
Octal5152147137037226213326
Binary10111010101100111101111101111101010110010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056A67; }

 p { color: rgb(5,106,103); }

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

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

 a { background-color: rgb(5,106,103); }

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

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

 span { border-color: rgb(5,106,103); }

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