#50A7BE

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

Shades of Viking #50A7BE

Tints of Viking #50A7BE

Color information

#50A7BE (or 0x50A7BE) is unknown color: approx Viking. HEX triplet: 50, A7 and BE. RGB value is (80,167,190). Sum of RGB (Red+Green+Blue) = 80+167+190=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #50A7BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A7BE is #AF5841. Grayscale: #8F8F8F. Windows color (decimal): -11491394 or 12494672. OLE color: 12494672.

HSL color Cylindrical-coordinate representation of color #50A7BE: hue angle of 192.55º 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 #50A7BE is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB80167190-
CMYK0.580.1200.25
HSL192.55º45.83%52.94%-
HSV(B)192.55º57.89%74.51%-
XYZ26.4233.0653.7-
YUV143.61154.1882.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.31%
GREEN value IS 167 (65.62% from 255) = 38.22%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=18.31%
G=38.22%
B=43.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801671900.580.1200.25192.5545.8352.94
Hex50A7BE3AC019c12e35
Octal12024727672140313015665
Binary10100001010011110111110111010110001100111000001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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