#57B0D5

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

Shades of Viking #57B0D5

Tints of Viking #57B0D5

Color information

#57B0D5 (or 0x57B0D5) is unknown color: approx Viking. HEX triplet: 57, B0 and D5. RGB value is (87,176,213). Sum of RGB (Red+Green+Blue) = 87+176+213=476 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.28% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 213 - color contains mainly: blue. Hex color #57B0D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B0D5 is #A84F2A. Grayscale: #999999. Windows color (decimal): -11030315 or 14004311. OLE color: 14004311.

HSL color Cylindrical-coordinate representation of color #57B0D5: hue angle of 197.62º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57B0D5 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB87176213-
CMYK0.590.1700.16
HSL197.62º60%58.82%-
HSV(B)197.62º59.15%83.53%-
XYZ31.4737.8868.6-
YUV153.61161.5180.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.28%
GREEN value IS 176 (69.14% from 255) = 36.97%
BLUE value IS 213 (83.59% from 255) = 44.75%
R=18.28%
G=36.97%
B=44.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal871762130.590.1700.16197.626058.82
Hex57B0D53B11010c63c3b
Octal12726032573210203067473
Binary101011110110000110101011110111000101000011000110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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