#57BBBD

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

Shades of Viking #57BBBD

Tints of Viking #57BBBD

Color information

#57BBBD (or 0x57BBBD) is unknown color: approx Viking. HEX triplet: 57, BB and BD. RGB value is (87,187,189). Sum of RGB (Red+Green+Blue) = 87+187+189=463 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.79% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #57BBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BBBD is #A84442. Grayscale: #9D9D9D. Windows color (decimal): -11027523 or 12434263. OLE color: 12434263.

HSL color Cylindrical-coordinate representation of color #57BBBD: hue angle of 181.18º degrees, saturation: 0.44, 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 #57BBBD is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB87187189-
CMYK0.540.0100.26
HSL181.18º43.59%54.12%-
HSV(B)181.18º53.97%74.12%-
XYZ30.8941.2454.48-
YUV157.33145.8777.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.79%
GREEN value IS 187 (73.44% from 255) = 40.39%
BLUE value IS 189 (74.22% from 255) = 40.82%
R=18.79%
G=40.39%
B=40.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871871890.540.0100.26181.1843.5954.12
Hex57BBBD36101Ab52c36
Octal1272732756610322655466
Binary10101111011101110111101110110101101010110101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,187,189); }

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

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

 a { background-color: rgb(87,187,189); }

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

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

 span { border-color: rgb(87,187,189); }

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