#57B0CA

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

Shades of Viking #57B0CA

Tints of Viking #57B0CA

Color information

#57B0CA (or 0x57B0CA) is unknown color: approx Viking. HEX triplet: 57, B0 and CA. RGB value is (87,176,202). Sum of RGB (Red+Green+Blue) = 87+176+202=465 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.71% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #57B0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B0CA is #A84F35. Grayscale: #989898. Windows color (decimal): -11030326 or 13283415. OLE color: 13283415.

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

Color convert

RGB87176202-
CMYK0.570.1300.21
HSL193.57º52.04%56.67%-
HSV(B)193.57º56.93%79.22%-
XYZ30.1237.3461.5-
YUV152.35156.0181.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.71%
GREEN value IS 176 (69.14% from 255) = 37.85%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=18.71%
G=37.85%
B=43.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal871762020.570.1300.21193.5752.0456.67
Hex57B0CA39D015c23439
Octal12726031271150253026471
Binary10101111011000011001010111001110101010111000010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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