#56BAC4

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

Shades of Viking #56BAC4

Tints of Viking #56BAC4

Color information

#56BAC4 (or 0x56BAC4) is unknown color: approx Viking. HEX triplet: 56, BA and C4. RGB value is (86,186,196). Sum of RGB (Red+Green+Blue) = 86+186+196=468 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.38% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 196 - color contains mainly: blue. Hex color #56BAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BAC4 is #A9453B. Grayscale: #9D9D9D. Windows color (decimal): -11093308 or 12892758. OLE color: 12892758.

HSL color Cylindrical-coordinate representation of color #56BAC4: hue angle of 185.45º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56BAC4 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB86186196-
CMYK0.560.0500.23
HSL185.45º48.25%55.29%-
HSV(B)185.45º56.12%76.86%-
XYZ31.3641.0858.5-
YUV157.24149.8777.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.38%
GREEN value IS 186 (73.05% from 255) = 39.74%
BLUE value IS 196 (76.95% from 255) = 41.88%
R=18.38%
G=39.74%
B=41.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal861861960.560.0500.23185.4548.2555.29
Hex56BAC4385017b93037
Octal1262723047050272716067
Binary1010110101110101100010011100010101011110111001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,186,196); }

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

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

 a { background-color: rgb(86,186,196); }

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

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

 span { border-color: rgb(86,186,196); }

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