#56BCC9

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

Shades of Viking #56BCC9

Tints of Viking #56BCC9

Color information

#56BCC9 (or 0x56BCC9) is unknown color: approx Viking. HEX triplet: 56, BC and C9. RGB value is (86,188,201). Sum of RGB (Red+Green+Blue) = 86+188+201=475 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.11% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #56BCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BCC9 is #A94336. Grayscale: #9E9E9E. Windows color (decimal): -11092791 or 13220950. OLE color: 13220950.

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

Color convert

RGB86188201-
CMYK0.570.0600.21
HSL186.78º51.57%56.27%-
HSV(B)186.78º57.21%78.82%-
XYZ32.3642.1661.69-
YUV158.98151.7175.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.11%
GREEN value IS 188 (73.83% from 255) = 39.58%
BLUE value IS 201 (78.91% from 255) = 42.32%
R=18.11%
G=39.58%
B=42.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal861882010.570.0600.21186.7851.5756.27
Hex56BCC9396015bb3438
Octal1262743117160252736470
Binary1010110101111001100100111100111001010110111011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,188,201); }

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

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

 a { background-color: rgb(86,188,201); }

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

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

 span { border-color: rgb(86,188,201); }

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