#57BDC1

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

Shades of Viking #57BDC1

Tints of Viking #57BDC1

Color information

#57BDC1 (or 0x57BDC1) is unknown color: approx Viking. HEX triplet: 57, BD and C1. RGB value is (87,189,193). Sum of RGB (Red+Green+Blue) = 87+189+193=469 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.55% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #57BDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BDC1 is #A8423E. Grayscale: #9E9E9E. Windows color (decimal): -11027007 or 12696919. OLE color: 12696919.

HSL color Cylindrical-coordinate representation of color #57BDC1: hue angle of 182.26º degrees, saturation: 0.46, 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 #57BDC1 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB87189193-
CMYK0.550.0200.24
HSL182.26º46.09%54.9%-
HSV(B)182.26º54.92%75.69%-
XYZ31.7542.2756.94-
YUV158.96147.2176.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.55%
GREEN value IS 189 (74.22% from 255) = 40.30%
BLUE value IS 193 (75.78% from 255) = 41.15%
R=18.55%
G=40.30%
B=41.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal871891930.550.0200.24182.2646.0954.9
Hex57BDC1372018b62e37
Octal1272753016720302665667
Binary101011110111101110000011101111001100010110110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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