#5AA9BF

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

Shades of Viking #5AA9BF

Tints of Viking #5AA9BF

Color information

#5AA9BF (or 0x5AA9BF) is unknown color: approx Viking. HEX triplet: 5A, A9 and BF. RGB value is (90,169,191). Sum of RGB (Red+Green+Blue) = 90+169+191=450 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #5AA9BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA9BF is #A55640. Grayscale: #939393. Windows color (decimal): -10835521 or 12560730. OLE color: 12560730.

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

Color convert

RGB90169191-
CMYK0.530.1200.25
HSL193.07º44.1%55.1%-
HSV(B)193.07º52.88%74.9%-
XYZ27.8134.3154.45-
YUV147.89152.3386.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20%
GREEN value IS 169 (66.41% from 255) = 37.56%
BLUE value IS 191 (75% from 255) = 42.44%
R=20%
G=37.56%
B=42.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901691910.530.1200.25193.0744.155.1
Hex5AA9BF35C019c12c37
Octal13225127765140313015467
Binary10110101010100110111111110101110001100111000001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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