#56BBC6

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

Shades of Viking #56BBC6

Tints of Viking #56BBC6

Color information

#56BBC6 (or 0x56BBC6) is unknown color: approx Viking. HEX triplet: 56, BB and C6. RGB value is (86,187,198). Sum of RGB (Red+Green+Blue) = 86+187+198=471 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.26% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #56BBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BBC6 is #A94439. Grayscale: #9D9D9D. Windows color (decimal): -11093050 or 13024086. OLE color: 13024086.

HSL color Cylindrical-coordinate representation of color #56BBC6: hue angle of 185.89º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56BBC6 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB86187198-
CMYK0.570.0600.22
HSL185.89º49.56%55.69%-
HSV(B)185.89º56.57%77.65%-
XYZ31.841.659.78-
YUV158.06150.5476.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.26%
GREEN value IS 187 (73.44% from 255) = 39.70%
BLUE value IS 198 (77.73% from 255) = 42.04%
R=18.26%
G=39.70%
B=42.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal861871980.570.0600.22185.8949.5655.69
Hex56BBC6396016ba3238
Octal1262733067160262726270
Binary1010110101110111100011011100111001011010111010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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