#57B5BE

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

Shades of Viking #57B5BE

Tints of Viking #57B5BE

Color information

#57B5BE (or 0x57B5BE) is unknown color: approx Viking. HEX triplet: 57, B5 and BE. RGB value is (87,181,190). Sum of RGB (Red+Green+Blue) = 87+181+190=458 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.00% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #57B5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B5BE is #A84A41. Grayscale: #999999. Windows color (decimal): -11029058 or 12498263. OLE color: 12498263.

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

Color convert

RGB87181190-
CMYK0.540.0500.25
HSL185.24º44.21%54.31%-
HSV(B)185.24º54.21%74.51%-
XYZ29.7538.7954.63-
YUV153.92148.3680.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.00%
GREEN value IS 181 (71.09% from 255) = 39.52%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=19.00%
G=39.52%
B=41.48%

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
Decimal871811900.540.0500.25185.2444.2154.31
Hex57B5BE365019b92c36
Octal1272652766650312715466
Binary1010111101101011011111011011010101100110111001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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