#56C2D3

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

Shades of Viking #56C2D3

Tints of Viking #56C2D3

Color information

#56C2D3 (or 0x56C2D3) is unknown color: approx Viking. HEX triplet: 56, C2 and D3. RGB value is (86,194,211). Sum of RGB (Red+Green+Blue) = 86+194+211=491 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.52% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 211 (82.81% from 255 or 42.97% from 491); Max value from RGB is 211 - color contains mainly: blue. Hex color #56C2D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C2D3 is #A93D2C. Grayscale: #A3A3A3. Windows color (decimal): -11091245 or 13877846. OLE color: 13877846.

HSL color Cylindrical-coordinate representation of color #56C2D3: hue angle of 188.16º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56C2D3 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB86194211-
CMYK0.590.0800.17
HSL188.16º58.69%58.24%-
HSV(B)188.16º59.24%82.75%-
XYZ34.8945.2768.53-
YUV163.65154.7272.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.52%
GREEN value IS 194 (76.17% from 255) = 39.51%
BLUE value IS 211 (82.81% from 255) = 42.97%
R=17.52%
G=39.51%
B=42.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal861942110.590.0800.17188.1658.6958.24
Hex56C2D33B8011bc3b3a
Octal12630232373100212747372
Binary10101101100001011010011111011100001000110111100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,194,211); }

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

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

 a { background-color: rgb(86,194,211); }

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

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

 span { border-color: rgb(86,194,211); }

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