#57ADC2

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

Shades of Viking #57ADC2

Tints of Viking #57ADC2

Color information

#57ADC2 (or 0x57ADC2) is unknown color: approx Viking. HEX triplet: 57, AD and C2. RGB value is (87,173,194). Sum of RGB (Red+Green+Blue) = 87+173+194=454 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.16% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 194 - color contains mainly: blue. Hex color #57ADC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ADC2 is #A8523D. Grayscale: #959595. Windows color (decimal): -11031102 or 12758359. OLE color: 12758359.

HSL color Cylindrical-coordinate representation of color #57ADC2: hue angle of 191.78º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57ADC2 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB87173194-
CMYK0.550.1100.24
HSL191.78º46.72%55.1%-
HSV(B)191.78º55.15%76.08%-
XYZ28.6135.8156.44-
YUV149.68153.0183.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.16%
GREEN value IS 173 (67.97% from 255) = 38.11%
BLUE value IS 194 (76.17% from 255) = 42.73%
R=19.16%
G=38.11%
B=42.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal871731940.550.1100.24191.7846.7255.1
Hex57ADC237B018c02f37
Octal12725530267130303005767
Binary10101111010110111000010110111101101100011000000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57ADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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