#57C3CF

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

Shades of Viking #57C3CF

Tints of Viking #57C3CF

Color information

#57C3CF (or 0x57C3CF) is unknown color: approx Viking. HEX triplet: 57, C3 and CF. RGB value is (87,195,207). Sum of RGB (Red+Green+Blue) = 87+195+207=489 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.79% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #57C3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C3CF is #A83C30. Grayscale: #A3A3A3. Windows color (decimal): -11025457 or 13615959. OLE color: 13615959.

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

Color convert

RGB87195207-
CMYK0.580.0600.19
HSL186º55.56%57.65%-
HSV(B)186º57.97%81.18%-
XYZ34.7145.5666-
YUV164.08152.2273.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.79%
GREEN value IS 195 (76.56% from 255) = 39.88%
BLUE value IS 207 (81.25% from 255) = 42.33%
R=17.79%
G=39.88%
B=42.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal871952070.580.0600.1918655.5657.65
Hex57C3CF3A6013ba383a
Octal1273033177260232727072
Binary1010111110000111100111111101011001001110111010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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