#56AFD1

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

Shades of Viking #56AFD1

Tints of Viking #56AFD1

Color information

#56AFD1 (or 0x56AFD1) is unknown color: approx Viking. HEX triplet: 56, AF and D1. RGB value is (86,175,209). Sum of RGB (Red+Green+Blue) = 86+175+209=470 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.30% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #56AFD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AFD1 is #A9502E. Grayscale: #989898. Windows color (decimal): -11096111 or 13741910. OLE color: 13741910.

HSL color Cylindrical-coordinate representation of color #56AFD1: hue angle of 196.59º 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 #56AFD1 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB86175209-
CMYK0.590.1600.18
HSL196.59º57.21%57.84%-
HSV(B)196.59º58.85%81.96%-
XYZ30.6837.2465.89-
YUV152.26160.0180.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.30%
GREEN value IS 175 (68.75% from 255) = 37.23%
BLUE value IS 209 (82.03% from 255) = 44.47%
R=18.30%
G=37.23%
B=44.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal861752090.590.1600.18196.5957.2157.84
Hex56AFD13B10012c5393a
Octal12625732173200223057172
Binary101011010101111110100011110111000001001011000101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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