#57B0C3

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

Shades of Viking #57B0C3

Tints of Viking #57B0C3

Color information

#57B0C3 (or 0x57B0C3) is unknown color: approx Viking. HEX triplet: 57, B0 and C3. RGB value is (87,176,195). Sum of RGB (Red+Green+Blue) = 87+176+195=458 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.00% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #57B0C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B0C3 is #A84F3C. Grayscale: #979797. Windows color (decimal): -11030333 or 12824663. OLE color: 12824663.

HSL color Cylindrical-coordinate representation of color #57B0C3: hue angle of 190.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57B0C3 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB87176195-
CMYK0.550.1000.24
HSL190.56º47.37%55.29%-
HSV(B)190.56º55.38%76.47%-
XYZ29.3137.0257.23-
YUV151.55152.5181.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.00%
GREEN value IS 176 (69.14% from 255) = 38.43%
BLUE value IS 195 (76.56% from 255) = 42.58%
R=19.00%
G=38.43%
B=42.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal871761950.550.1000.24190.5647.3755.29
Hex57B0C337A018bf2f37
Octal12726030367120302775767
Binary10101111011000011000011110111101001100010111111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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