#56B4D2

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

Shades of Viking #56B4D2

Tints of Viking #56B4D2

Color information

#56B4D2 (or 0x56B4D2) is unknown color: approx Viking. HEX triplet: 56, B4 and D2. RGB value is (86,180,210). Sum of RGB (Red+Green+Blue) = 86+180+210=476 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.07% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 210 - color contains mainly: blue. Hex color #56B4D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B4D2 is #A94B2D. Grayscale: #9B9B9B. Windows color (decimal): -11094830 or 13808726. OLE color: 13808726.

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

Color convert

RGB86180210-
CMYK0.590.1400.18
HSL194.52º57.94%58.04%-
HSV(B)194.52º59.05%82.35%-
XYZ31.7939.2766.88-
YUV155.31158.8678.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.07%
GREEN value IS 180 (70.70% from 255) = 37.82%
BLUE value IS 210 (82.42% from 255) = 44.12%
R=18.07%
G=37.82%
B=44.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal861802100.590.1400.18194.5257.9458.04
Hex56B4D23BE012c33a3a
Octal12626432273160223037272
Binary10101101011010011010010111011111001001011000011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,180,210); }

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

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

 a { background-color: rgb(86,180,210); }

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

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

 span { border-color: rgb(86,180,210); }

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