#50A4BE

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

Shades of Viking #50A4BE

Tints of Viking #50A4BE

Color information

#50A4BE (or 0x50A4BE) is unknown color: approx Viking. HEX triplet: 50, A4 and BE. RGB value is (80,164,190). Sum of RGB (Red+Green+Blue) = 80+164+190=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #50A4BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A4BE is #AF5B41. Grayscale: #8D8D8D. Windows color (decimal): -11492162 or 12493904. OLE color: 12493904.

HSL color Cylindrical-coordinate representation of color #50A4BE: hue angle of 194.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50A4BE is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB80164190-
CMYK0.580.1400.25
HSL194.18º45.83%52.94%-
HSV(B)194.18º57.89%74.51%-
XYZ25.8831.9753.52-
YUV141.85155.1783.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.43%
GREEN value IS 164 (64.45% from 255) = 37.79%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=18.43%
G=37.79%
B=43.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801641900.580.1400.25194.1845.8352.94
Hex50A4BE3AE019c22e35
Octal12024427672160313025665
Binary10100001010010010111110111010111001100111000010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,164,190); }

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

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

 a { background-color: rgb(80,164,190); }

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

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

 span { border-color: rgb(80,164,190); }

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