#57BFCD

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

Shades of Viking #57BFCD

Tints of Viking #57BFCD

Color information

#57BFCD (or 0x57BFCD) is unknown color: approx Viking. HEX triplet: 57, BF and CD. RGB value is (87,191,205). Sum of RGB (Red+Green+Blue) = 87+191+205=483 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.01% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #57BFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BFCD is #A84032. Grayscale: #A1A1A1. Windows color (decimal): -11026483 or 13483863. OLE color: 13483863.

HSL color Cylindrical-coordinate representation of color #57BFCD: hue angle of 187.12º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57BFCD is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB87191205-
CMYK0.580.0700.20
HSL187.12º54.13%57.25%-
HSV(B)187.12º57.56%80.39%-
XYZ33.5843.764.42-
YUV161.5152.5474.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.01%
GREEN value IS 191 (75% from 255) = 39.54%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=18.01%
G=39.54%
B=42.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal871912050.580.0700.20187.1254.1357.25
Hex57BFCD3A7014bb3639
Octal1272773157270242736671
Binary1010111101111111100110111101011101010010111011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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