#56BCC4

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

Shades of Viking #56BCC4

Tints of Viking #56BCC4

Color information

#56BCC4 (or 0x56BCC4) is unknown color: approx Viking. HEX triplet: 56, BC and C4. RGB value is (86,188,196). Sum of RGB (Red+Green+Blue) = 86+188+196=470 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.30% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #56BCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BCC4 is #A9433B. Grayscale: #9E9E9E. Windows color (decimal): -11092796 or 12893270. OLE color: 12893270.

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

Color convert

RGB86188196-
CMYK0.560.0400.23
HSL184.36º48.25%55.29%-
HSV(B)184.36º56.12%76.86%-
XYZ31.7841.9358.64-
YUV158.41149.2176.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.30%
GREEN value IS 188 (73.83% from 255) = 40%
BLUE value IS 196 (76.95% from 255) = 41.70%
R=18.30%
G=40%
B=41.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal861881960.560.0400.23184.3648.2555.29
Hex56BCC4384017b83037
Octal1262743047040272706067
Binary1010110101111001100010011100010001011110111000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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