#57B6C5

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

Shades of Viking #57B6C5

Tints of Viking #57B6C5

Color information

#57B6C5 (or 0x57B6C5) is unknown color: approx Viking. HEX triplet: 57, B6 and C5. RGB value is (87,182,197). Sum of RGB (Red+Green+Blue) = 87+182+197=466 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.67% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 197 - color contains mainly: blue. Hex color #57B6C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B6C5 is #A8493A. Grayscale: #9B9B9B. Windows color (decimal): -11028795 or 12957271. OLE color: 12957271.

HSL color Cylindrical-coordinate representation of color #57B6C5: hue angle of 188.18º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57B6C5 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB87182197-
CMYK0.560.0800.23
HSL188.18º48.67%55.69%-
HSV(B)188.18º55.84%77.25%-
XYZ30.7439.5158.83-
YUV155.3151.5379.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.67%
GREEN value IS 182 (71.48% from 255) = 39.06%
BLUE value IS 197 (77.34% from 255) = 42.27%
R=18.67%
G=39.06%
B=42.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal871821970.560.0800.23188.1848.6755.69
Hex57B6C5388017bc3138
Octal12726630570100272746170
Binary10101111011011011000101111000100001011110111100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,182,197); }

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

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

 a { background-color: rgb(87,182,197); }

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

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

 span { border-color: rgb(87,182,197); }

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