#56AFCB

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

Shades of Viking #56AFCB

Tints of Viking #56AFCB

Color information

#56AFCB (or 0x56AFCB) is unknown color: approx Viking. HEX triplet: 56, AF and CB. RGB value is (86,175,203). Sum of RGB (Red+Green+Blue) = 86+175+203=464 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.53% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #56AFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AFCB is #A95034. Grayscale: #979797. Windows color (decimal): -11096117 or 13348694. OLE color: 13348694.

HSL color Cylindrical-coordinate representation of color #56AFCB: hue angle of 194.36º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56AFCB is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB86175203-
CMYK0.580.1400.20
HSL194.36º52.94%56.67%-
HSV(B)194.36º57.64%79.61%-
XYZ29.9536.9562.05-
YUV151.58157.0181.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.53%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 203 (79.69% from 255) = 43.75%
R=18.53%
G=37.72%
B=43.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal861752030.580.1400.20194.3652.9456.67
Hex56AFCB3AE014c23539
Octal12625731372160243026571
Binary10101101010111111001011111010111001010011000010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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