#5AABBD

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

Shades of Viking #5AABBD

Tints of Viking #5AABBD

Color information

#5AABBD (or 0x5AABBD) is unknown color: approx Viking. HEX triplet: 5A, AB and BD. RGB value is (90,171,189). Sum of RGB (Red+Green+Blue) = 90+171+189=450 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #5AABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AABBD is #A55442. Grayscale: #949494. Windows color (decimal): -10835011 or 12430170. OLE color: 12430170.

HSL color Cylindrical-coordinate representation of color #5AABBD: hue angle of 190.91º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AABBD is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB90171189-
CMYK0.520.1000.26
HSL190.91º42.86%54.71%-
HSV(B)190.91º52.38%74.12%-
XYZ27.9634.9753.42-
YUV148.83150.6686.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 189 (74.22% from 255) = 42%
R=20%
G=38%
B=42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal901711890.520.1000.26190.9142.8654.71
Hex5AABBD34A01Abf2b37
Octal13225327564120322775367
Binary10110101010101110111101110100101001101010111111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,171,189); }

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

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

 a { background-color: rgb(90,171,189); }

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

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

 span { border-color: rgb(90,171,189); }

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