#56B1D3

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

Shades of Viking #56B1D3

Tints of Viking #56B1D3

Color information

#56B1D3 (or 0x56B1D3) is unknown color: approx Viking. HEX triplet: 56, B1 and D3. RGB value is (86,177,211). Sum of RGB (Red+Green+Blue) = 86+177+211=474 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.14% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 211 (82.81% from 255 or 44.51% from 474); Max value from RGB is 211 - color contains mainly: blue. Hex color #56B1D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56B1D3 is #A94E2C. Grayscale: #999999. Windows color (decimal): -11095597 or 13873494. OLE color: 13873494.

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

Color convert

RGB86177211-
CMYK0.590.1600.17
HSL196.32º58.69%58.24%-
HSV(B)196.32º59.24%82.75%-
XYZ31.3238.1367.34-
YUV153.67160.3579.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.14%
GREEN value IS 177 (69.53% from 255) = 37.34%
BLUE value IS 211 (82.81% from 255) = 44.51%
R=18.14%
G=37.34%
B=44.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal861772110.590.1600.17196.3258.6958.24
Hex56B1D33B10011c43b3a
Octal12626132373200213047372
Binary101011010110001110100111110111000001000111000100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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