#5AAABF

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

Shades of Viking #5AAABF

Tints of Viking #5AAABF

Color information

#5AAABF (or 0x5AAABF) is unknown color: approx Viking. HEX triplet: 5A, AA and BF. RGB value is (90,170,191). Sum of RGB (Red+Green+Blue) = 90+170+191=451 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.96% from 451); Green value is 170 (66.80% from 255 or 37.69% 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 #5AAABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAABF is #A55540. Grayscale: #949494. Windows color (decimal): -10835265 or 12560986. OLE color: 12560986.

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

Color convert

RGB90170191-
CMYK0.530.1100.25
HSL192.48º44.1%55.1%-
HSV(B)192.48º52.88%74.9%-
XYZ2834.6854.51-
YUV148.4715286.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.96%
GREEN value IS 170 (66.80% from 255) = 37.69%
BLUE value IS 191 (75% from 255) = 42.35%
R=19.96%
G=37.69%
B=42.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901701910.530.1100.25192.4844.155.1
Hex5AAABF35B019c02c37
Octal13225227765130313005467
Binary10110101010101010111111110101101101100111000000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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