#56afd3

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

Shades of Viking #56AFD3

Tints of Viking #56AFD3

Color information

#56AFD3 (or 0x56AFD3) is unknown color: approx Viking. HEX triplet: 56, AF and D3. RGB value is (86,175,211). Sum of RGB (Red+Green+Blue) = 86+175+211=472 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.22% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 211 - color contains mainly: blue. Hex color #56AFD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AFD3 is #A9502C. Grayscale: #989898. Windows color (decimal): -11096109 or 13872982. OLE color: 13872982.

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

Color convert

RGB86175211-
CMYK0.590.1700.17
HSL197.28º58.69%58.24%-
HSV(B)197.28º59.24%82.75%-
XYZ30.9337.3467.21-
YUV152.49161.0180.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.22%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 211 (82.81% from 255) = 44.70%
R=18.22%
G=37.08%
B=44.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal861752110.590.1700.17197.2858.6958.24
Hex56AFD33B11011c53b3a
Octal12625732373210213057372
Binary101011010101111110100111110111000101000111000101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56afd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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