#57BEBF

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

Shades of Viking #57BEBF

Tints of Viking #57BEBF

Color information

#57BEBF (or 0x57BEBF) is unknown color: approx Viking. HEX triplet: 57, BE and BF. RGB value is (87,190,191). Sum of RGB (Red+Green+Blue) = 87+190+191=468 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.59% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #57BEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BEBF is #A84140. Grayscale: #9F9F9F. Windows color (decimal): -11026753 or 12566103. OLE color: 12566103.

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

Color convert

RGB87190191-
CMYK0.540.0100.25
HSL180.58º44.83%54.51%-
HSV(B)180.58º54.45%74.9%-
XYZ31.7542.6155.84-
YUV159.32145.8876.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.59%
GREEN value IS 190 (74.61% from 255) = 40.60%
BLUE value IS 191 (75% from 255) = 40.81%
R=18.59%
G=40.60%
B=40.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871901910.540.0100.25180.5844.8354.51
Hex57BEBF361019b52d37
Octal1272762776610312655567
Binary10101111011111010111111110110101100110110101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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