#56C1C4

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

Shades of Viking #56C1C4

Tints of Viking #56C1C4

Color information

#56C1C4 (or 0x56C1C4) is unknown color: approx Viking. HEX triplet: 56, C1 and C4. RGB value is (86,193,196). Sum of RGB (Red+Green+Blue) = 86+193+196=475 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.11% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 196 - color contains mainly: blue. Hex color #56C1C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C1C4 is #A93E3B. Grayscale: #A1A1A1. Windows color (decimal): -11091516 or 12894550. OLE color: 12894550.

HSL color Cylindrical-coordinate representation of color #56C1C4: hue angle of 181.64º 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 #56C1C4 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB86193196-
CMYK0.560.0200.23
HSL181.64º48.25%55.29%-
HSV(B)181.64º56.12%76.86%-
XYZ32.8744.159-
YUV161.35147.5574.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.11%
GREEN value IS 193 (75.78% from 255) = 40.63%
BLUE value IS 196 (76.95% from 255) = 41.26%
R=18.11%
G=40.63%
B=41.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal861931960.560.0200.23181.6448.2555.29
Hex56C1C4382017b63037
Octal1263013047020272666067
Binary101011011000001110001001110001001011110110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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