#57BACD

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

Shades of Viking #57BACD

Tints of Viking #57BACD

Color information

#57BACD (or 0x57BACD) is unknown color: approx Viking. HEX triplet: 57, BA and CD. RGB value is (87,186,205). Sum of RGB (Red+Green+Blue) = 87+186+205=478 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.20% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #57BACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BACD is #A84532. Grayscale: #9E9E9E. Windows color (decimal): -11027763 or 13482583. OLE color: 13482583.

HSL color Cylindrical-coordinate representation of color #57BACD: hue angle of 189.66º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57BACD is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB87186205-
CMYK0.580.0900.20
HSL189.66º54.13%57.25%-
HSV(B)189.66º57.56%80.39%-
XYZ32.5141.5564.06-
YUV158.56154.276.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.20%
GREEN value IS 186 (73.05% from 255) = 38.91%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=18.20%
G=38.91%
B=42.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal871862050.580.0900.20189.6654.1357.25
Hex57BACD3A9014be3639
Octal12727231572110242766671
Binary10101111011101011001101111010100101010010111110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,186,205); }

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

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

 a { background-color: rgb(87,186,205); }

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

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

 span { border-color: rgb(87,186,205); }

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