#56AED1

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

Shades of Viking #56AED1

Tints of Viking #56AED1

Color information

#56AED1 (or 0x56AED1) is unknown color: approx Viking. HEX triplet: 56, AE and D1. RGB value is (86,174,209). Sum of RGB (Red+Green+Blue) = 86+174+209=469 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.34% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #56AED1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AED1 is #A9512E. Grayscale: #979797. Windows color (decimal): -11096367 or 13741654. OLE color: 13741654.

HSL color Cylindrical-coordinate representation of color #56AED1: hue angle of 197.07º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56AED1 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB86174209-
CMYK0.590.1700.18
HSL197.07º57.21%57.84%-
HSV(B)197.07º58.85%81.96%-
XYZ30.4836.8565.83-
YUV151.68160.3581.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.34%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 209 (82.03% from 255) = 44.56%
R=18.34%
G=37.10%
B=44.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal861742090.590.1700.18197.0757.2157.84
Hex56AED13B11012c5393a
Octal12625632173210223057172
Binary101011010101110110100011110111000101001011000101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,174,209); }

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

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

 a { background-color: rgb(86,174,209); }

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

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

 span { border-color: rgb(86,174,209); }

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