#57A9BD

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

Shades of Viking #57A9BD

Tints of Viking #57A9BD

Color information

#57A9BD (or 0x57A9BD) is unknown color: approx Viking. HEX triplet: 57, A9 and BD. RGB value is (87,169,189). Sum of RGB (Red+Green+Blue) = 87+169+189=445 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.55% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #57A9BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A9BD is #A85642. Grayscale: #929292. Windows color (decimal): -11032131 or 12429655. OLE color: 12429655.

HSL color Cylindrical-coordinate representation of color #57A9BD: hue angle of 191.76º 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 #57A9BD is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB87169189-
CMYK0.540.1100.26
HSL191.76º43.59%54.12%-
HSV(B)191.76º53.97%74.12%-
XYZ27.334.0853.28-
YUV146.76151.8385.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.55%
GREEN value IS 169 (66.41% from 255) = 37.98%
BLUE value IS 189 (74.22% from 255) = 42.47%
R=19.55%
G=37.98%
B=42.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871691890.540.1100.26191.7643.5954.12
Hex57A9BD36B01Ac02c36
Octal12725127566130323005466
Binary10101111010100110111101110110101101101011000000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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