#57ADBE

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

Shades of Viking #57ADBE

Tints of Viking #57ADBE

Color information

#57ADBE (or 0x57ADBE) is unknown color: approx Viking. HEX triplet: 57, AD and BE. RGB value is (87,173,190). Sum of RGB (Red+Green+Blue) = 87+173+190=450 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.33% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #57ADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ADBE is #A85241. Grayscale: #959595. Windows color (decimal): -11031106 or 12496215. OLE color: 12496215.

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

Color convert

RGB87173190-
CMYK0.540.0900.25
HSL189.9º44.21%54.31%-
HSV(B)189.9º54.21%74.51%-
XYZ28.1735.6354.11-
YUV149.22151.0183.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.33%
GREEN value IS 173 (67.97% from 255) = 38.44%
BLUE value IS 190 (74.61% from 255) = 42.22%
R=19.33%
G=38.44%
B=42.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871731900.540.0900.25189.944.2154.31
Hex57ADBE369019be2c36
Octal12725527666110312765466
Binary10101111010110110111110110110100101100110111110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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