#57B0BC

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

Shades of Viking #57B0BC

Tints of Viking #57B0BC

Color information

#57B0BC (or 0x57B0BC) is unknown color: approx Viking. HEX triplet: 57, B0 and BC. RGB value is (87,176,188). Sum of RGB (Red+Green+Blue) = 87+176+188=451 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.29% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #57B0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B0BC is #A84F43. Grayscale: #969696. Windows color (decimal): -11030340 or 12365911. OLE color: 12365911.

HSL color Cylindrical-coordinate representation of color #57B0BC: hue angle of 187.13º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57B0BC is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB87176188-
CMYK0.540.0600.26
HSL187.13º42.98%53.92%-
HSV(B)187.13º53.72%73.73%-
XYZ28.5336.7153.16-
YUV150.76149.0182.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.29%
GREEN value IS 176 (69.14% from 255) = 39.02%
BLUE value IS 188 (73.83% from 255) = 41.69%
R=19.29%
G=39.02%
B=41.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871761880.540.0600.26187.1342.9853.92
Hex57B0BC36601Abb2b36
Octal1272602746660322735366
Binary1010111101100001011110011011011001101010111011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,176,188); }

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

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

 a { background-color: rgb(87,176,188); }

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

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

 span { border-color: rgb(87,176,188); }

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