#56BFC6

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

Shades of Viking #56BFC6

Tints of Viking #56BFC6

Color information

#56BFC6 (or 0x56BFC6) is unknown color: approx Viking. HEX triplet: 56, BF and C6. RGB value is (86,191,198). Sum of RGB (Red+Green+Blue) = 86+191+198=475 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.11% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #56BFC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BFC6 is #A94039. Grayscale: #A0A0A0. Windows color (decimal): -11092026 or 13025110. OLE color: 13025110.

HSL color Cylindrical-coordinate representation of color #56BFC6: hue angle of 183.75º 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 #56BFC6 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB86191198-
CMYK0.570.0400.22
HSL183.75º49.56%55.69%-
HSV(B)183.75º56.57%77.65%-
XYZ32.6643.3260.07-
YUV160.4149.2174.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.11%
GREEN value IS 191 (75% from 255) = 40.21%
BLUE value IS 198 (77.73% from 255) = 41.68%
R=18.11%
G=40.21%
B=41.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal861911980.570.0400.22183.7549.5655.69
Hex56BFC6394016b83238
Octal1262773067140262706270
Binary1010110101111111100011011100110001011010111000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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