#56BECB

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

Shades of Viking #56BECB

Tints of Viking #56BECB

Color information

#56BECB (or 0x56BECB) is unknown color: approx Viking. HEX triplet: 56, BE and CB. RGB value is (86,190,203). Sum of RGB (Red+Green+Blue) = 86+190+203=479 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.95% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #56BECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BECB is #A94134. Grayscale: #A0A0A0. Windows color (decimal): -11092277 or 13352534. OLE color: 13352534.

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

Color convert

RGB86190203-
CMYK0.580.0600.20
HSL186.67º52.94%56.67%-
HSV(B)186.67º57.64%79.61%-
XYZ33.0343.1263.08-
YUV160.39152.0474.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.95%
GREEN value IS 190 (74.61% from 255) = 39.67%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=17.95%
G=39.67%
B=42.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal861902030.580.0600.20186.6752.9456.67
Hex56BECB3A6014bb3539
Octal1262763137260242736571
Binary1010110101111101100101111101011001010010111011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,190,203); }

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

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

 a { background-color: rgb(86,190,203); }

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

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

 span { border-color: rgb(86,190,203); }

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