#56B3C3

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

Shades of Viking #56B3C3

Tints of Viking #56B3C3

Color information

#56B3C3 (or 0x56B3C3) is unknown color: approx Viking. HEX triplet: 56, B3 and C3. RGB value is (86,179,195). Sum of RGB (Red+Green+Blue) = 86+179+195=460 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.70% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 195 - color contains mainly: blue. Hex color #56B3C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B3C3 is #A94C3C. Grayscale: #989898. Windows color (decimal): -11095101 or 12825430. OLE color: 12825430.

HSL color Cylindrical-coordinate representation of color #56B3C3: hue angle of 188.81º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56B3C3 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB86179195-
CMYK0.560.0800.24
HSL188.81º47.6%55.1%-
HSV(B)188.81º55.9%76.47%-
XYZ29.8138.1657.42-
YUV153.02151.6980.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.70%
GREEN value IS 179 (70.31% from 255) = 38.91%
BLUE value IS 195 (76.56% from 255) = 42.39%
R=18.70%
G=38.91%
B=42.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal861791950.560.0800.24188.8147.655.1
Hex56B3C3388018bd3037
Octal12626330370100302756067
Binary10101101011001111000011111000100001100010111101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,179,195); }

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

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

 a { background-color: rgb(86,179,195); }

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

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

 span { border-color: rgb(86,179,195); }

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