#57BFD5

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

Shades of Viking #57BFD5

Tints of Viking #57BFD5

Color information

#57BFD5 (or 0x57BFD5) is unknown color: approx Viking. HEX triplet: 57, BF and D5. RGB value is (87,191,213). Sum of RGB (Red+Green+Blue) = 87+191+213=491 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.72% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #57BFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BFD5 is #A8402A. Grayscale: #A2A2A2. Windows color (decimal): -11026475 or 14008151. OLE color: 14008151.

HSL color Cylindrical-coordinate representation of color #57BFD5: hue angle of 190.48º 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 #57BFD5 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB87191213-
CMYK0.590.1000.16
HSL190.48º60%58.82%-
HSV(B)190.48º59.15%83.53%-
XYZ34.5744.0969.64-
YUV162.41156.5474.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.72%
GREEN value IS 191 (75% from 255) = 38.90%
BLUE value IS 213 (83.59% from 255) = 43.38%
R=17.72%
G=38.90%
B=43.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal871912130.590.1000.16190.486058.82
Hex57BFD53BA010be3c3b
Octal12727732573120202767473
Binary10101111011111111010101111011101001000010111110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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