#5BA9BF

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

Shades of Viking #5BA9BF

Tints of Viking #5BA9BF

Color information

#5BA9BF (or 0x5BA9BF) is unknown color: approx Viking. HEX triplet: 5B, A9 and BF. RGB value is (91,169,191). Sum of RGB (Red+Green+Blue) = 91+169+191=451 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.18% from 451); Green value is 169 (66.41% from 255 or 37.47% 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 #5BA9BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA9BF is #A45640. Grayscale: #949494. Windows color (decimal): -10769985 or 12560731. OLE color: 12560731.

HSL color Cylindrical-coordinate representation of color #5BA9BF: hue angle of 193.2º 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 #5BA9BF is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB91169191-
CMYK0.520.1200.25
HSL193.2º43.86%55.29%-
HSV(B)193.2º52.36%74.9%-
XYZ27.9134.3654.45-
YUV148.19152.1687.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.18%
GREEN value IS 169 (66.41% from 255) = 37.47%
BLUE value IS 191 (75% from 255) = 42.35%
R=20.18%
G=37.47%
B=42.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911691910.520.1200.25193.243.8655.29
Hex5BA9BF34C019c12c37
Octal13325127764140313015467
Binary10110111010100110111111110100110001100111000001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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