#50AECD

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

Shades of Viking #50AECD

Tints of Viking #50AECD

Color information

#50AECD (or 0x50AECD) is unknown color: approx Viking. HEX triplet: 50, AE and CD. RGB value is (80,174,205). Sum of RGB (Red+Green+Blue) = 80+174+205=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #50AECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AECD is #AF5132. Grayscale: #959595. Windows color (decimal): -11489587 or 13479504. OLE color: 13479504.

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

Color convert

RGB80174205-
CMYK0.610.1500.20
HSL194.88º55.56%55.88%-
HSV(B)194.88º60.98%80.39%-
XYZ29.4636.3963.23-
YUV149.43159.3678.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.43%
GREEN value IS 174 (68.36% from 255) = 37.91%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=17.43%
G=37.91%
B=44.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal801742050.610.1500.20194.8855.5655.88
Hex50AECD3DF014c33838
Octal12025631575170243037070
Binary10100001010111011001101111101111101010011000011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,174,205); }

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

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

 a { background-color: rgb(80,174,205); }

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

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

 span { border-color: rgb(80,174,205); }

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