#56A9BE

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

Shades of Viking #56A9BE

Tints of Viking #56A9BE

Color information

#56A9BE (or 0x56A9BE) is unknown color: approx Viking. HEX triplet: 56, A9 and BE. RGB value is (86,169,190). Sum of RGB (Red+Green+Blue) = 86+169+190=445 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.33% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #56A9BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A9BE is #A95641. Grayscale: #929292. Windows color (decimal): -11097666 or 12495190. OLE color: 12495190.

HSL color Cylindrical-coordinate representation of color #56A9BE: hue angle of 192.12º degrees, saturation: 0.44, 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 #56A9BE is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB86169190-
CMYK0.550.1100.25
HSL192.12º44.44%54.12%-
HSV(B)192.12º54.74%74.51%-
XYZ27.3234.0753.85-
YUV146.58152.584.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.33%
GREEN value IS 169 (66.41% from 255) = 37.98%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=19.33%
G=37.98%
B=42.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861691900.550.1100.25192.1244.4454.12
Hex56A9BE37B019c02c36
Octal12625127667130313005466
Binary10101101010100110111110110111101101100111000000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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