#57ADD1

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

Shades of Viking #57ADD1

Tints of Viking #57ADD1

Color information

#57ADD1 (or 0x57ADD1) is unknown color: approx Viking. HEX triplet: 57, AD and D1. RGB value is (87,173,209). Sum of RGB (Red+Green+Blue) = 87+173+209=469 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.55% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #57ADD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ADD1 is #A8522E. Grayscale: #979797. Windows color (decimal): -11031087 or 13741399. OLE color: 13741399.

HSL color Cylindrical-coordinate representation of color #57ADD1: hue angle of 197.7º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57ADD1 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB87173209-
CMYK0.580.1700.18
HSL197.7º57.01%58.04%-
HSV(B)197.7º58.37%81.96%-
XYZ30.3836.5265.77-
YUV151.39160.5182.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.55%
GREEN value IS 173 (67.97% from 255) = 36.89%
BLUE value IS 209 (82.03% from 255) = 44.56%
R=18.55%
G=36.89%
B=44.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal871732090.580.1700.18197.757.0158.04
Hex57ADD13A11012c6393a
Octal12725532172210223067172
Binary101011110101101110100011110101000101001011000110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57ADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,173,209); }

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

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

 a { background-color: rgb(87,173,209); }

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

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

 span { border-color: rgb(87,173,209); }

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