#56AEBF

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

Shades of Viking #56AEBF

Tints of Viking #56AEBF

Color information

#56AEBF (or 0x56AEBF) is unknown color: approx Viking. HEX triplet: 56, AE and BF. RGB value is (86,174,191). Sum of RGB (Red+Green+Blue) = 86+174+191=451 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.07% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #56AEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AEBF is #A95140. Grayscale: #959595. Windows color (decimal): -11096385 or 12562006. OLE color: 12562006.

HSL color Cylindrical-coordinate representation of color #56AEBF: hue angle of 189.71º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56AEBF is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB86174191-
CMYK0.550.0900.25
HSL189.71º45.06%54.31%-
HSV(B)189.71º54.97%74.9%-
XYZ28.3836.0154.75-
YUV149.63151.3582.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.07%
GREEN value IS 174 (68.36% from 255) = 38.58%
BLUE value IS 191 (75% from 255) = 42.35%
R=19.07%
G=38.58%
B=42.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861741910.550.0900.25189.7145.0654.31
Hex56AEBF379019be2d36
Octal12625627767110312765566
Binary10101101010111010111111110111100101100110111110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,174,191); }

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

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

 a { background-color: rgb(86,174,191); }

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

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

 span { border-color: rgb(86,174,191); }

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