#50B0B9

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

Shades of Viking #50B0B9

Tints of Viking #50B0B9

Color information

#50B0B9 (or 0x50B0B9) is unknown color: approx Viking. HEX triplet: 50, B0 and B9. RGB value is (80,176,185). Sum of RGB (Red+Green+Blue) = 80+176+185=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #50B0B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50B0B9 is #AF4F46. Grayscale: #949494. Windows color (decimal): -11489095 or 12169296. OLE color: 12169296.

HSL color Cylindrical-coordinate representation of color #50B0B9: hue angle of 185.14º degrees, saturation: 0.43, 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 #50B0B9 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB80176185-
CMYK0.570.0500.27
HSL185.14º42.86%51.96%-
HSV(B)185.14º56.76%72.55%-
XYZ27.5936.2651.44-
YUV148.32148.779.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.14%
GREEN value IS 176 (69.14% from 255) = 39.91%
BLUE value IS 185 (72.66% from 255) = 41.95%
R=18.14%
G=39.91%
B=41.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801761850.570.0500.27185.1442.8651.96
Hex50B0B939501Bb92b34
Octal1202602717150332715364
Binary1010000101100001011100111100110101101110111001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,176,185); }

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

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

 a { background-color: rgb(80,176,185); }

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

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

 span { border-color: rgb(80,176,185); }

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