#50AAB7

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

Shades of Viking #50AAB7

Tints of Viking #50AAB7

Color information

#50AAB7 (or 0x50AAB7) is unknown color: approx Viking. HEX triplet: 50, AA and B7. RGB value is (80,170,183). Sum of RGB (Red+Green+Blue) = 80+170+183=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 183 (71.88% from 255 or 42.26% from 433); Max value from RGB is 183 - color contains mainly: blue. Hex color #50AAB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AAB7 is #AF5548. Grayscale: #909090. Windows color (decimal): -11490633 or 12036688. OLE color: 12036688.

HSL color Cylindrical-coordinate representation of color #50AAB7: hue angle of 187.57º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50AAB7 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB80170183-
CMYK0.560.0700.28
HSL187.57º41.7%51.57%-
HSV(B)187.57º56.28%71.76%-
XYZ26.2333.8749.96-
YUV144.57149.6881.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.48%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 183 (71.88% from 255) = 42.26%
R=18.48%
G=39.26%
B=42.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal801701830.560.0700.28187.5741.751.57
Hex50AAB738701Cbc2a34
Octal1202522677070342745264
Binary1010000101010101011011111100011101110010111100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,170,183); }

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

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

 a { background-color: rgb(80,170,183); }

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

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

 span { border-color: rgb(80,170,183); }

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