#50acce

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

Shades of Viking #50ACCE

Tints of Viking #50ACCE

Color information

#50ACCE (or 0x50ACCE) is unknown color: approx Viking. HEX triplet: 50, AC and CE. RGB value is (80,172,206). Sum of RGB (Red+Green+Blue) = 80+172+206=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #50ACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ACCE is #AF5331. Grayscale: #949494. Windows color (decimal): -11490098 or 13544528. OLE color: 13544528.

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

Color convert

RGB80172206-
CMYK0.610.1700.19
HSL196.19º56.25%56.08%-
HSV(B)196.19º61.17%80.78%-
XYZ29.235.6763.74-
YUV148.37160.5279.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.47%
GREEN value IS 172 (67.58% from 255) = 37.55%
BLUE value IS 206 (80.86% from 255) = 44.98%
R=17.47%
G=37.55%
B=44.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal801722060.610.1700.19196.1956.2556.08
Hex50ACCE3D11013c43838
Octal12025431675210233047070
Binary101000010101100110011101111011000101001111000100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50acce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50acce; }

 p { color: rgb(80,172,206); }

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

<style>
 a { background-color: #50acce; }

 a { background-color: rgb(80,172,206); }

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

<style>
 span { border-color: #50acce; }

 span { border-color: rgb(80,172,206); }

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