#56B9CC

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

Shades of Viking #56B9CC

Tints of Viking #56B9CC

Color information

#56B9CC (or 0x56B9CC) is unknown color: approx Viking. HEX triplet: 56, B9 and CC. RGB value is (86,185,204). Sum of RGB (Red+Green+Blue) = 86+185+204=475 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.11% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #56B9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B9CC is #A94633. Grayscale: #9D9D9D. Windows color (decimal): -11093556 or 13416790. OLE color: 13416790.

HSL color Cylindrical-coordinate representation of color #56B9CC: hue angle of 189.66º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56B9CC is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB86185204-
CMYK0.580.0900.2
HSL189.66º53.64%56.86%-
HSV(B)189.66º57.84%80%-
XYZ32.0941.0463.36-
YUV157.56154.276.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.11%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=18.11%
G=38.95%
B=42.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal861852040.580.0900.2189.6653.6456.86
Hex56B9CC3A9014be3639
Octal12627131472110242766671
Binary10101101011100111001100111010100101010010111110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,185,204); }

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

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

 a { background-color: rgb(86,185,204); }

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

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

 span { border-color: rgb(86,185,204); }

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