#57B7CB

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

Shades of Viking #57B7CB

Tints of Viking #57B7CB

Color information

#57B7CB (or 0x57B7CB) is unknown color: approx Viking. HEX triplet: 57, B7 and CB. RGB value is (87,183,203). Sum of RGB (Red+Green+Blue) = 87+183+203=473 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.39% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #57B7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B7CB is #A84834. Grayscale: #9C9C9C. Windows color (decimal): -11028533 or 13350743. OLE color: 13350743.

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

Color convert

RGB87183203-
CMYK0.570.1000.20
HSL190.34º52.73%56.86%-
HSV(B)190.34º57.14%79.61%-
XYZ31.6440.2162.59-
YUV156.58154.278.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.39%
GREEN value IS 183 (71.88% from 255) = 38.69%
BLUE value IS 203 (79.69% from 255) = 42.92%
R=18.39%
G=38.69%
B=42.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal871832030.570.1000.20190.3452.7356.86
Hex57B7CB39A014be3539
Octal12726731371120242766571
Binary10101111011011111001011111001101001010010111110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,183,203); }

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

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

 a { background-color: rgb(87,183,203); }

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

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

 span { border-color: rgb(87,183,203); }

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