#57A8BE

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

Shades of Viking #57A8BE

Tints of Viking #57A8BE

Color information

#57A8BE (or 0x57A8BE) is unknown color: approx Viking. HEX triplet: 57, A8 and BE. RGB value is (87,168,190). Sum of RGB (Red+Green+Blue) = 87+168+190=445 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.55% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #57A8BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A8BE is #A85741. Grayscale: #929292. Windows color (decimal): -11032386 or 12494935. OLE color: 12494935.

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

Color convert

RGB87168190-
CMYK0.540.1200.25
HSL192.82º44.21%54.31%-
HSV(B)192.82º54.21%74.51%-
XYZ27.2333.7553.79-
YUV146.29152.6685.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.55%
GREEN value IS 168 (66.02% from 255) = 37.75%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=19.55%
G=37.75%
B=42.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871681900.540.1200.25192.8244.2154.31
Hex57A8BE36C019c12c36
Octal12725027666140313015466
Binary10101111010100010111110110110110001100111000001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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