#56BCCD

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

Shades of Viking #56BCCD

Tints of Viking #56BCCD

Color information

#56BCCD (or 0x56BCCD) is unknown color: approx Viking. HEX triplet: 56, BC and CD. RGB value is (86,188,205). Sum of RGB (Red+Green+Blue) = 86+188+205=479 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.95% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #56BCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BCCD is #A94332. Grayscale: #9F9F9F. Windows color (decimal): -11092787 or 13483094. OLE color: 13483094.

HSL color Cylindrical-coordinate representation of color #56BCCD: hue angle of 188.57º 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 #56BCCD is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB86188205-
CMYK0.580.0800.20
HSL188.57º54.34%57.06%-
HSV(B)188.57º58.05%80.39%-
XYZ32.8442.3564.2-
YUV159.44153.7175.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.95%
GREEN value IS 188 (73.83% from 255) = 39.25%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=17.95%
G=39.25%
B=42.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal861882050.580.0800.20188.5754.3457.06
Hex56BCCD3A8014bd3639
Octal12627431572100242756671
Binary10101101011110011001101111010100001010010111101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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