#57BFC0

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

Shades of Viking #57BFC0

Tints of Viking #57BFC0

Color information

#57BFC0 (or 0x57BFC0) is unknown color: approx Viking. HEX triplet: 57, BF and C0. RGB value is (87,191,192). Sum of RGB (Red+Green+Blue) = 87+191+192=470 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.51% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #57BFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BFC0 is #A8403F. Grayscale: #9F9F9F. Windows color (decimal): -11026496 or 12631895. OLE color: 12631895.

HSL color Cylindrical-coordinate representation of color #57BFC0: hue angle of 180.57º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57BFC0 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB87191192-
CMYK0.550.0100.25
HSL180.57º45.45%54.71%-
HSV(B)180.57º54.69%75.29%-
XYZ32.0843.0956.5-
YUV160.02146.0475.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.51%
GREEN value IS 191 (75% from 255) = 40.64%
BLUE value IS 192 (75.39% from 255) = 40.85%
R=18.51%
G=40.64%
B=40.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871911920.550.0100.25180.5745.4554.71
Hex57BFC0371019b52d37
Octal1272773006710312655567
Binary10101111011111111000000110111101100110110101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,191,192); }

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

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

 a { background-color: rgb(87,191,192); }

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

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

 span { border-color: rgb(87,191,192); }

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