#57BBCD

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

Shades of Viking #57BBCD

Tints of Viking #57BBCD

Color information

#57BBCD (or 0x57BBCD) is unknown color: approx Viking. HEX triplet: 57, BB and CD. RGB value is (87,187,205). Sum of RGB (Red+Green+Blue) = 87+187+205=479 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.16% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #57BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BBCD is #A84432. Grayscale: #9E9E9E. Windows color (decimal): -11027507 or 13482839. OLE color: 13482839.

HSL color Cylindrical-coordinate representation of color #57BBCD: hue angle of 189.15º 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 #57BBCD is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB87187205-
CMYK0.580.0900.20
HSL189.15º54.13%57.25%-
HSV(B)189.15º57.56%80.39%-
XYZ32.7241.9764.13-
YUV159.15153.8776.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.16%
GREEN value IS 187 (73.44% from 255) = 39.04%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=18.16%
G=39.04%
B=42.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal871872050.580.0900.20189.1554.1357.25
Hex57BBCD3A9014bd3639
Octal12727331572110242756671
Binary10101111011101111001101111010100101010010111101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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