#57BECA

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

Shades of Viking #57BECA

Tints of Viking #57BECA

Color information

#57BECA (or 0x57BECA) is unknown color: approx Viking. HEX triplet: 57, BE and CA. RGB value is (87,190,202). Sum of RGB (Red+Green+Blue) = 87+190+202=479 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.16% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #57BECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BECA is #A84135. Grayscale: #A0A0A0. Windows color (decimal): -11026742 or 13286999. OLE color: 13286999.

HSL color Cylindrical-coordinate representation of color #57BECA: hue angle of 186.26º 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 #57BECA is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB87190202-
CMYK0.570.0600.21
HSL186.26º52.04%56.67%-
HSV(B)186.26º56.93%79.22%-
XYZ3343.1262.46-
YUV160.57151.3875.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.16%
GREEN value IS 190 (74.61% from 255) = 39.67%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=18.16%
G=39.67%
B=42.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal871902020.570.0600.21186.2652.0456.67
Hex57BECA396015ba3439
Octal1272763127160252726471
Binary1010111101111101100101011100111001010110111010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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