#57B4CA

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

Shades of Viking #57B4CA

Tints of Viking #57B4CA

Color information

#57B4CA (or 0x57B4CA) is unknown color: approx Viking. HEX triplet: 57, B4 and CA. RGB value is (87,180,202). Sum of RGB (Red+Green+Blue) = 87+180+202=469 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.55% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #57B4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B4CA is #A84B35. Grayscale: #9A9A9A. Windows color (decimal): -11029302 or 13284439. OLE color: 13284439.

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

Color convert

RGB87180202-
CMYK0.570.1100.21
HSL191.48º52.04%56.67%-
HSV(B)191.48º56.93%79.22%-
XYZ30.9138.9361.76-
YUV154.7154.6979.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.55%
GREEN value IS 180 (70.70% from 255) = 38.38%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=18.55%
G=38.38%
B=43.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal871802020.570.1100.21191.4852.0456.67
Hex57B4CA39B015bf3439
Octal12726431271130252776471
Binary10101111011010011001010111001101101010110111111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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