#57BACA

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

Shades of Viking #57BACA

Tints of Viking #57BACA

Color information

#57BACA (or 0x57BACA) is unknown color: approx Viking. HEX triplet: 57, BA and CA. RGB value is (87,186,202). Sum of RGB (Red+Green+Blue) = 87+186+202=475 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.32% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #57BACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BACA is #A84535. Grayscale: #9E9E9E. Windows color (decimal): -11027766 or 13285975. OLE color: 13285975.

HSL color Cylindrical-coordinate representation of color #57BACA: hue angle of 188.35º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57BACA is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB87186202-
CMYK0.570.0800.21
HSL188.35º52.04%56.67%-
HSV(B)188.35º56.93%79.22%-
XYZ32.1541.4162.18-
YUV158.22152.777.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.32%
GREEN value IS 186 (73.05% from 255) = 39.16%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=18.32%
G=39.16%
B=42.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal871862020.570.0800.21188.3552.0456.67
Hex57BACA398015bc3439
Octal12727231271100252746471
Binary10101111011101011001010111001100001010110111100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,186,202); }

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

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

 a { background-color: rgb(87,186,202); }

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

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

 span { border-color: rgb(87,186,202); }

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