#56AFC6

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

Shades of Viking #56AFC6

Tints of Viking #56AFC6

Color information

#56AFC6 (or 0x56AFC6) is unknown color: approx Viking. HEX triplet: 56, AF and C6. RGB value is (86,175,198). Sum of RGB (Red+Green+Blue) = 86+175+198=459 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.74% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #56AFC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AFC6 is #A95039. Grayscale: #969696. Windows color (decimal): -11096122 or 13021014. OLE color: 13021014.

HSL color Cylindrical-coordinate representation of color #56AFC6: hue angle of 192.32º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56AFC6 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB86175198-
CMYK0.570.1200.22
HSL192.32º49.56%55.69%-
HSV(B)192.32º56.57%77.65%-
XYZ29.3636.7258.97-
YUV151.01154.5181.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.74%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 198 (77.73% from 255) = 43.14%
R=18.74%
G=38.13%
B=43.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal861751980.570.1200.22192.3249.5655.69
Hex56AFC639C016c03238
Octal12625730671140263006270
Binary10101101010111111000110111001110001011011000000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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