#56AACC

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

Shades of Viking #56AACC

Tints of Viking #56AACC

Color information

#56AACC (or 0x56AACC) is unknown color: approx Viking. HEX triplet: 56, AA and CC. RGB value is (86,170,204). Sum of RGB (Red+Green+Blue) = 86+170+204=460 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.70% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #56AACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AACC is #A95533. Grayscale: #949494. Windows color (decimal): -11097396 or 13412950. OLE color: 13412950.

HSL color Cylindrical-coordinate representation of color #56AACC: hue angle of 197.29º 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 #56AACC is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB86170204-
CMYK0.580.1700.2
HSL197.29º53.64%56.86%-
HSV(B)197.29º57.84%80%-
XYZ29.1135.0962.36-
YUV148.76159.1783.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.70%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=18.70%
G=36.96%
B=44.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal861702040.580.1700.2197.2953.6456.86
Hex56AACC3A11014c53639
Octal12625231472210243056671
Binary101011010101010110011001110101000101010011000101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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