#57c0cf

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

Shades of Viking #57C0CF

Tints of Viking #57C0CF

Color information

#57C0CF (or 0x57C0CF) is unknown color: approx Viking. HEX triplet: 57, C0 and CF. RGB value is (87,192,207). Sum of RGB (Red+Green+Blue) = 87+192+207=486 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.90% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #57C0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C0CF is #A83F30. Grayscale: #A2A2A2. Windows color (decimal): -11026225 or 13615191. OLE color: 13615191.

HSL color Cylindrical-coordinate representation of color #57C0CF: hue angle of 187.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57C0CF is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB87192207-
CMYK0.580.0700.19
HSL187.5º55.56%57.65%-
HSV(B)187.5º57.97%81.18%-
XYZ34.0444.2365.77-
YUV162.32153.2174.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.90%
GREEN value IS 192 (75.39% from 255) = 39.51%
BLUE value IS 207 (81.25% from 255) = 42.59%
R=17.90%
G=39.51%
B=42.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal871922070.580.0700.19187.555.5657.65
Hex57C0CF3A7013bc383a
Octal1273003177270232747072
Binary1010111110000001100111111101011101001110111100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57c0cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,192,207); }

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

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

 a { background-color: rgb(87,192,207); }

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

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

 span { border-color: rgb(87,192,207); }

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