#57B5BF

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

Shades of Viking #57B5BF

Tints of Viking #57B5BF

Color information

#57B5BF (or 0x57B5BF) is unknown color: approx Viking. HEX triplet: 57, B5 and BF. RGB value is (87,181,191). Sum of RGB (Red+Green+Blue) = 87+181+191=459 (60% of max value = 765). Red value is 87 (34.38% from 255 or 18.95% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #57B5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B5BF is #A84A40. Grayscale: #999999. Windows color (decimal): -11029057 or 12563799. OLE color: 12563799.

HSL color Cylindrical-coordinate representation of color #57B5BF: hue angle of 185.77º 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 #57B5BF is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB87181191-
CMYK0.540.0500.25
HSL185.77º44.83%54.51%-
HSV(B)185.77º54.45%74.9%-
XYZ29.8638.8455.21-
YUV154.03148.8680.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.95%
GREEN value IS 181 (71.09% from 255) = 39.43%
BLUE value IS 191 (75% from 255) = 41.61%
R=18.95%
G=39.43%
B=41.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871811910.540.0500.25185.7744.8354.51
Hex57B5BF365019ba2d37
Octal1272652776650312725567
Binary1010111101101011011111111011010101100110111010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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