#56B0CA

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

Shades of Viking #56B0CA

Tints of Viking #56B0CA

Color information

#56B0CA (or 0x56B0CA) is unknown color: approx Viking. HEX triplet: 56, B0 and CA. RGB value is (86,176,202). Sum of RGB (Red+Green+Blue) = 86+176+202=464 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.53% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #56B0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56B0CA is #A94F35. Grayscale: #979797. Windows color (decimal): -11095862 or 13283414. OLE color: 13283414.

HSL color Cylindrical-coordinate representation of color #56B0CA: hue angle of 193.45º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56B0CA is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB86176202-
CMYK0.570.1300.21
HSL193.45º52.25%56.47%-
HSV(B)193.45º57.43%79.22%-
XYZ30.0237.2961.49-
YUV152.05156.1880.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.53%
GREEN value IS 176 (69.14% from 255) = 37.93%
BLUE value IS 202 (79.30% from 255) = 43.53%
R=18.53%
G=37.93%
B=43.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal861762020.570.1300.21193.4552.2556.47
Hex56B0CA39D015c13438
Octal12626031271150253016470
Binary10101101011000011001010111001110101010111000001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,176,202); }

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

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

 a { background-color: rgb(86,176,202); }

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

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

 span { border-color: rgb(86,176,202); }

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