#57AEC6

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

Shades of Viking #57AEC6

Tints of Viking #57AEC6

Color information

#57AEC6 (or 0x57AEC6) is unknown color: approx Viking. HEX triplet: 57, AE and C6. RGB value is (87,174,198). Sum of RGB (Red+Green+Blue) = 87+174+198=459 (60% of max value = 765). Red value is 87 (34.38% from 255 or 18.95% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #57AEC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AEC6 is #A85139. Grayscale: #969696. Windows color (decimal): -11030842 or 13020759. OLE color: 13020759.

HSL color Cylindrical-coordinate representation of color #57AEC6: hue angle of 192.97º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57AEC6 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB87174198-
CMYK0.560.1200.22
HSL192.97º49.33%55.88%-
HSV(B)192.97º56.06%77.65%-
XYZ29.2636.3858.91-
YUV150.72154.6882.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.95%
GREEN value IS 174 (68.36% from 255) = 37.91%
BLUE value IS 198 (77.73% from 255) = 43.14%
R=18.95%
G=37.91%
B=43.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal871741980.560.1200.22192.9749.3355.88
Hex57AEC638C016c13138
Octal12725630670140263016170
Binary10101111010111011000110111000110001011011000001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,174,198); }

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

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

 a { background-color: rgb(87,174,198); }

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

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

 span { border-color: rgb(87,174,198); }

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