#57AABD

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

Shades of Viking #57AABD

Tints of Viking #57AABD

Color information

#57AABD (or 0x57AABD) is unknown color: approx Viking. HEX triplet: 57, AA and BD. RGB value is (87,170,189). Sum of RGB (Red+Green+Blue) = 87+170+189=446 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.51% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #57AABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AABD is #A85542. Grayscale: #939393. Windows color (decimal): -11031875 or 12429911. OLE color: 12429911.

HSL color Cylindrical-coordinate representation of color #57AABD: hue angle of 191.18º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57AABD is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB87170189-
CMYK0.540.1000.26
HSL191.18º43.59%54.12%-
HSV(B)191.18º53.97%74.12%-
XYZ27.4934.4553.34-
YUV147.35151.584.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.51%
GREEN value IS 170 (66.80% from 255) = 38.12%
BLUE value IS 189 (74.22% from 255) = 42.38%
R=19.51%
G=38.12%
B=42.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871701890.540.1000.26191.1843.5954.12
Hex57AABD36A01Abf2c36
Octal12725227566120322775466
Binary10101111010101010111101110110101001101010111111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57AABD; }

 p { color: rgb(87,170,189); }

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

<style>
 a { background-color: #57AABD; }

 a { background-color: rgb(87,170,189); }

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

<style>
 span { border-color: #57AABD; }

 span { border-color: rgb(87,170,189); }

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