#56BBCD

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

Shades of Viking #56BBCD

Tints of Viking #56BBCD

Color information

#56BBCD (or 0x56BBCD) is unknown color: approx Viking. HEX triplet: 56, BB and CD. RGB value is (86,187,205). Sum of RGB (Red+Green+Blue) = 86+187+205=478 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.99% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #56BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BBCD is #A94432. Grayscale: #9E9E9E. Windows color (decimal): -11093043 or 13482838. OLE color: 13482838.

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

Color convert

RGB86187205-
CMYK0.580.0900.20
HSL189.08º54.34%57.06%-
HSV(B)189.08º58.05%80.39%-
XYZ32.6341.9364.13-
YUV158.85154.0476.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.99%
GREEN value IS 187 (73.44% from 255) = 39.12%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=17.99%
G=39.12%
B=42.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal861872050.580.0900.20189.0854.3457.06
Hex56BBCD3A9014bd3639
Octal12627331572110242756671
Binary10101101011101111001101111010100101010010111101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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