#56BACC

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

Shades of Viking #56BACC

Tints of Viking #56BACC

Color information

#56BACC (or 0x56BACC) is unknown color: approx Viking. HEX triplet: 56, BA and CC. RGB value is (86,186,204). Sum of RGB (Red+Green+Blue) = 86+186+204=476 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.07% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #56BACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BACC is #A94533. Grayscale: #9D9D9D. Windows color (decimal): -11093300 or 13417046. OLE color: 13417046.

HSL color Cylindrical-coordinate representation of color #56BACC: hue angle of 189.15º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56BACC is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB86186204-
CMYK0.580.0900.2
HSL189.15º53.64%56.86%-
HSV(B)189.15º57.84%80%-
XYZ32.341.4663.43-
YUV158.15153.8776.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.07%
GREEN value IS 186 (73.05% from 255) = 39.08%
BLUE value IS 204 (80.08% from 255) = 42.86%
R=18.07%
G=39.08%
B=42.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal861862040.580.0900.2189.1553.6456.86
Hex56BACC3A9014bd3639
Octal12627231472110242756671
Binary10101101011101011001100111010100101010010111101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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