#56ABBA

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

Shades of Viking #56ABBA

Tints of Viking #56ABBA

Color information

#56ABBA (or 0x56ABBA) is unknown color: approx Viking. HEX triplet: 56, AB and BA. RGB value is (86,171,186). Sum of RGB (Red+Green+Blue) = 86+171+186=443 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.41% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #56ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ABBA is #A95445. Grayscale: #939393. Windows color (decimal): -11097158 or 12233558. OLE color: 12233558.

HSL color Cylindrical-coordinate representation of color #56ABBA: hue angle of 189º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56ABBA is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB86171186-
CMYK0.540.0800.27
HSL189º42.02%53.33%-
HSV(B)189º53.76%72.94%-
XYZ27.2634.6551.71-
YUV147.29149.8484.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.41%
GREEN value IS 171 (67.19% from 255) = 38.60%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=19.41%
G=38.60%
B=41.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861711860.540.0800.2718942.0253.33
Hex56ABBA36801Bbd2a35
Octal12625327266100332755265
Binary10101101010101110111010110110100001101110111101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56ABBA; }

 p { color: rgb(86,171,186); }

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

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

 a { background-color: rgb(86,171,186); }

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

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

 span { border-color: rgb(86,171,186); }

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