#5BAABF

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

Shades of Viking #5BAABF

Tints of Viking #5BAABF

Color information

#5BAABF (or 0x5BAABF) is unknown color: approx Viking. HEX triplet: 5B, AA and BF. RGB value is (91,170,191). Sum of RGB (Red+Green+Blue) = 91+170+191=452 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.13% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #5BAABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAABF is #A45540. Grayscale: #949494. Windows color (decimal): -10769729 or 12560987. OLE color: 12560987.

HSL color Cylindrical-coordinate representation of color #5BAABF: hue angle of 192.6º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BAABF is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB91170191-
CMYK0.520.1100.25
HSL192.6º43.86%55.29%-
HSV(B)192.6º52.36%74.9%-
XYZ28.0934.7454.51-
YUV148.77151.8386.79-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.13%
GREEN value IS 170 (66.80% from 255) = 37.61%
BLUE value IS 191 (75% from 255) = 42.26%
R=20.13%
G=37.61%
B=42.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911701910.520.1100.25192.643.8655.29
Hex5BAABF34B019c12c37
Octal13325227764130313015467
Binary10110111010101010111111110100101101100111000001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BAABF; }

 p { color: rgb(91,170,191); }

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

<style>
 a { background-color: #5BAABF; }

 a { background-color: rgb(91,170,191); }

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

<style>
 span { border-color: #5BAABF; }

 span { border-color: rgb(91,170,191); }

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