#56BCC1

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

Shades of Viking #56BCC1

Tints of Viking #56BCC1

Color information

#56BCC1 (or 0x56BCC1) is unknown color: approx Viking. HEX triplet: 56, BC and C1. RGB value is (86,188,193). Sum of RGB (Red+Green+Blue) = 86+188+193=467 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.42% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #56BCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BCC1 is #A9433E. Grayscale: #9D9D9D. Windows color (decimal): -11092799 or 12696662. OLE color: 12696662.

HSL color Cylindrical-coordinate representation of color #56BCC1: hue angle of 182.8º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56BCC1 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB86188193-
CMYK0.550.0300.24
HSL182.8º46.32%54.71%-
HSV(B)182.8º55.44%75.69%-
XYZ31.4541.856.86-
YUV158.07147.7176.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.42%
GREEN value IS 188 (73.83% from 255) = 40.26%
BLUE value IS 193 (75.78% from 255) = 41.33%
R=18.42%
G=40.26%
B=41.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal861881930.550.0300.24182.846.3254.71
Hex56BCC1373018b72e37
Octal1262743016730302675667
Binary101011010111100110000011101111101100010110111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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