#50A7BB

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

Shades of Viking #50A7BB

Tints of Viking #50A7BB

Color information

#50A7BB (or 0x50A7BB) is unknown color: approx Viking. HEX triplet: 50, A7 and BB. RGB value is (80,167,187). Sum of RGB (Red+Green+Blue) = 80+167+187=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #50A7BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A7BB is #AF5844. Grayscale: #8F8F8F. Windows color (decimal): -11491397 or 12298064. OLE color: 12298064.

HSL color Cylindrical-coordinate representation of color #50A7BB: hue angle of 191.21º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50A7BB is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB80167187-
CMYK0.570.1100.27
HSL191.21º44.03%52.35%-
HSV(B)191.21º57.22%73.33%-
XYZ26.132.9351.99-
YUV143.27152.6882.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.43%
GREEN value IS 167 (65.62% from 255) = 38.48%
BLUE value IS 187 (73.44% from 255) = 43.09%
R=18.43%
G=38.48%
B=43.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801671870.570.1100.27191.2144.0352.35
Hex50A7BB39B01Bbf2c34
Octal12024727371130332775464
Binary10100001010011110111011111001101101101110111111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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