#57BEC6

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

Shades of Viking #57BEC6

Tints of Viking #57BEC6

Color information

#57BEC6 (or 0x57BEC6) is unknown color: approx Viking. HEX triplet: 57, BE and C6. RGB value is (87,190,198). Sum of RGB (Red+Green+Blue) = 87+190+198=475 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.32% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #57BEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BEC6 is #A84139. Grayscale: #9F9F9F. Windows color (decimal): -11026746 or 13024855. OLE color: 13024855.

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

Color convert

RGB87190198-
CMYK0.560.0400.22
HSL184.32º49.33%55.88%-
HSV(B)184.32º56.06%77.65%-
XYZ32.5442.9360-
YUV160.11149.3875.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.32%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 198 (77.73% from 255) = 41.68%
R=18.32%
G=40%
B=41.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal871901980.560.0400.22184.3249.3355.88
Hex57BEC6384016b83138
Octal1272763067040262706170
Binary1010111101111101100011011100010001011010111000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,190,198); }

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

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

 a { background-color: rgb(87,190,198); }

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

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

 span { border-color: rgb(87,190,198); }

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